E
eclipsme
http://www.eclipsme.com/gorockledge/
The problem is with the menu links on the left. In FF when you roll over
them the text changes to red as intended. In IE, the entire background
goes to white, as if it is reloading the background image, then the text
turns red.
Here is the applicable css:
#wrapper #menu a:link, a:visited{
background-image: url(images/button.jpg);
display: block;
line-height: 25px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
text-decoration: none;
color: #000000;
font-weight: bold;
}
#wrapper #menu a:hover, a:active {
background-image: url(images/button.jpg);
color: #D20000;
}
Any ideas? Is there a better way to set this up?
Thanks for any help,
Harvey
The problem is with the menu links on the left. In FF when you roll over
them the text changes to red as intended. In IE, the entire background
goes to white, as if it is reloading the background image, then the text
turns red.
Here is the applicable css:
#wrapper #menu a:link, a:visited{
background-image: url(images/button.jpg);
display: block;
line-height: 25px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
text-decoration: none;
color: #000000;
font-weight: bold;
}
#wrapper #menu a:hover, a:active {
background-image: url(images/button.jpg);
color: #D20000;
}
Any ideas? Is there a better way to set this up?
Thanks for any help,
Harvey