http://posintechnologies.com/emagine...TML/login.html
please open the above url in IE 6, and rollover the left side menu, its color change but when we roll out the mouse its still the same color and not change to lightblue color, its perfectly working in the firefox and IE 7
this is HTML
<div class="userLinkRLBorder ">
<ul>
<li><a href="a" ><span>Title</span></a></li>
<li><a href="s"><span>Concepts</span></a></li>
<li><a href="d"><span>Buy:Linden dollar</span></a></li>
<li><a href="f"><span>Sell: Linden dollar</span></a></li>
</ul>
</div>
this is the CSS
.userLinkRLBorder{
border-left:solid 5px #66ced1;
border-right:solid 5px #66ced1;
}
.userLinkRLBorder ul{
margin:0px;
padding:0px;
}
.userLinkRLBorder li{
margin:0;
padding:.1em 0;
list-style-type:none;
}
.userLinkRLBorder li a {
text-decoration:none;
color:#000000;
}
.userLinkRLBorder li a span{
display:block;
width:11.4em;
padding:0.5em 0 0.5em 2.3em;
background:url(../images/menuImage.jpg) no-repeat;
}
.userLinkRLBorder li a:hover span {
background:url(../images/menuImage.jpg) 0 -31px no-repeat;
}
.userLinkRLBorder .current a span {
background:url(../images/sideLinkImgCurrent.gif) no-repeat;
}
Thanks & Regards
Mohammed Sunely
__________________
Mohammed Sunely
Web Designer
Please login or register to view this content. Registration is FREE
|