Dear all,
I have a very simple JavaScript and CSS hover menu setup apart of the menu on
my website. It works great almost everywhere, EXCEPT - IE8.
my css is,
.menulinkhover
{
width:auto;
font-family:"Tahoma" , "Trebuchet MS" , Arial;
letter-spacing:1px;
font-size:11px;
font-weight:600;
color:#CCC;
cursor:pointer;
line-height:30px;
text-align:center;
vertical-align:middle;
height:40px;
background-color:transparent;
padding-right:10px;
padding-left:10px;
margin:0;
}
Please help me...