CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
[Solved] [Solved] IE7 rollover not working
virtual
Permalink to comment
#
August 2011
Can anyone tell me why the rollovers are not appearing in IE7??
I'm going nuts here...
Here is the
test site
jamy_za
Permalink to comment
#
August 2011
This may or may not help you.
I would create the hover states to appear the way you would like (without hover).
then afterwards set them to display: none.
And hover state would do something like this: #img1 a:hover span{display: block}
Whether that solves the problem or not (I suspect it's a z-index problem), developing that way would make it easier to debug.
virtual
Permalink to comment
#
August 2011
Thanks Jamy, tried that and it still does not display the hover in IE7
LINK
Any other ideas.
wolfcry911
Permalink to comment
#
August 2011
give the anchors an href attribute
virtual
Permalink to comment
#
August 2011
Fabulous, thanks so much I knew I was missing something....duh
Add a Comment
I'm going nuts here...
Here is the test site
I would create the hover states to appear the way you would like (without hover).
then afterwards set them to display: none.
And hover state would do something like this: #img1 a:hover span{display: block}
Whether that solves the problem or not (I suspect it's a z-index problem), developing that way would make it easier to debug.
LINK
Any other ideas.