i've been doing HTML, CSS and Javascript for two years now and there's always the same problem occured. I make my site, I try it out on Mozilla Firefox and it works all fine just as I expected. Then when I open it in Internet Explorer: the divs don't have there border, the frame's border is'nt transparent, the CSS functions like
#divID:hover {background-color: black;}
doesn't work anymore and the Youtube video doesn't want to load.
I really hope there are some people with the same problem as I have and who know how to solve it.
Thanks for any help
VVW
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||||
|
|
ie6 and below don't understand border-color:transparent; ie8 (i think) and below don't understand :hover selectors that are not placed on an anchor element |
|||||
|