|
-
CSS div hover - why doesn't this work in IE7?
http://www.littleduck.com/test.html
This works in FF and Safari (for PC and Mac), but not in IE7. It's just a simple rollover ... any tips?
(The source code is viewable at the site, if that's OK!)
Thank you!
-
I'll guess that it's one of two things:
1 - no doctype (you need one)
2 - IE doesn't support hover on DIVs (test it by trying different, more simple effects on divs)
-
use some javascript and an onmouseover() event to handle changing style of the div u need..
-
1 - no doctype (you need one)
Holy crap, thank you. Adding doctype worked. I was just doing a quick 'n dirty ... in the future I'll remember not to do them THAT quick 'n dirty.
-
awesome - glad it worked out...
-
re:add doctype
wow, it does work with just adding doctype!
pretty cool
-
Adding the doctype ensures that strict mode is enabled, as opposed to the original mode; quirks mode.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|
Bookmarks