css :hover
reposting this for a friend.
here are the two parts that i'm having problems w/:
.explanation:hover, .participation:hover, .benefits:hover, .requirements:hover
.main:hover{
color: #000;
background-image: url(images/biggrin.gif);
background-repeat: no-repeat;
background-position: bottom right;
}
for this i was just using one of our smileys to test an image on hover. works in firefox, NOT in ie.
and:
.menu li:hover {
background-color: #4a0201;
color: #fff;
}
this is to change the color of text and background color when i hover on the list in my menu. again, works in firefox, NOT in ie...
___________________
Thanks to everyone here that has helped me in my consumption of knowledge.
