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
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||||||
|
|
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 |
|||||
|