CSS Code is not working in IE 6.
Posted
by ashish bhatt
on Stack Overflow
See other posts from Stack Overflow
or by ashish bhatt
Published on 2010-05-26T08:11:24Z
Indexed on
2010/05/26
8:21 UTC
Read the original article
Hit count: 492
this is the code for menu CSS code. It will work on Firefox but not in IE6.
.menu li a:hover .menu ul li:hover a{
background-image:url(images/ye.jpg);
color:#000000;
text-decoration:none;
}
© Stack Overflow or respective owner