I have a CSS hover menu on my page here....
and in Explorer it looks fine but in Firefox when you over over the menu boxes only half of the box fills with color.....
here's my css code.
.section { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #333333; font-weight: bold}
.bodyhdr { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: blue}
.bodytxt { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 100%; color: #333333; font-weight: normal}
A.highlight:link {color:#000000; text-decoration:none;}
A.highlight:visited {color:#000000; text-decoration:none;}
A.highlight:active {color:#000000; text-decoration:none;}
A.highlight:hover {color:#145B9C; text-decoration:none;}
a:{text-decoration:none}
img.menu1
{
background: transparent;
}
a.menu1
{
background: transparent;
}
a:hover.menu1
{
background: #2AFA01;
}
img.menu2
{
background: transparent;
}
a.menu2
{
background: transparent;
}
a:hover.menu2
{
background: #FBF805;
}
img.menu3
{
background: transparent;
}
a.menu3
{
background: transparent;
}
a:hover.menu3
{
background: #FDBE37;
}
img.menu4
{
background: transparent;
}
a.menu4
{
background: transparent;
}
a:hover.menu4
{
background: #2AFA01;
}
img.menu5
{
background: transparent;
}
a.menu5
{
background: transparent;
}
a:hover.menu5
{
background: #FBF805;
}
img.menu6
{
background: transparent;
}
a.menu6
{
background: transparent;
}
a:hover.menu6
{
background: #FDBE37;
}
.footer {color:gray; font-family:arial; font-size:10px;}
Back to top
and in Explorer it looks fine but in Firefox when you over over the menu boxes only half of the box fills with color.....
here's my css code.
.section { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #333333; font-weight: bold}
.bodyhdr { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: blue}
.bodytxt { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 100%; color: #333333; font-weight: normal}
A.highlight:link {color:#000000; text-decoration:none;}
A.highlight:visited {color:#000000; text-decoration:none;}
A.highlight:active {color:#000000; text-decoration:none;}
A.highlight:hover {color:#145B9C; text-decoration:none;}
a:{text-decoration:none}
img.menu1
{
background: transparent;
}
a.menu1
{
background: transparent;
}
a:hover.menu1
{
background: #2AFA01;
}
img.menu2
{
background: transparent;
}
a.menu2
{
background: transparent;
}
a:hover.menu2
{
background: #FBF805;
}
img.menu3
{
background: transparent;
}
a.menu3
{
background: transparent;
}
a:hover.menu3
{
background: #FDBE37;
}
img.menu4
{
background: transparent;
}
a.menu4
{
background: transparent;
}
a:hover.menu4
{
background: #2AFA01;
}
img.menu5
{
background: transparent;
}
a.menu5
{
background: transparent;
}
a:hover.menu5
{
background: #FBF805;
}
img.menu6
{
background: transparent;
}
a.menu6
{
background: transparent;
}
a:hover.menu6
{
background: #FDBE37;
}
.footer {color:gray; font-family:arial; font-size:10px;}
Back to top