Jump to content

IE6 and CSS Rollovers


Mutley

Recommended Posts

Why won't stuff like this:

[code].welcome {
background-image:url(images/logo_welcome.gif);
background-repeat:no-repeat;
background-position:center;
background-position:center;
height:90px;
}

.welcome:hover {
background-image:url(images/logo_welcome_b.gif);
background-repeat:no-repeat;
background-position:center;
height:90px;
}
[/code]

Work in IE6? Fine in Firefox, I do all my rollovers like this. :(
Link to comment
https://forums.phpfreaks.com/topic/26623-ie6-and-css-rollovers/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.