photoxprt1868
Programmer
Hello,
I have a list of bulleted buttons. In the style sheet, I have no decoration on the active stage, and underline on the hover stage. However, only some buttons underline, and others don't. It's even inconsistent from my local drive to the production server. This thing has a mind of its own. What can i do?
Here's some code
The class homeBottomBuckets is applied to the table that sorounds these bullet links.
Thank you
I have a list of bulleted buttons. In the style sheet, I have no decoration on the active stage, and underline on the hover stage. However, only some buttons underline, and others don't. It's even inconsistent from my local drive to the production server. This thing has a mind of its own. What can i do?
Here's some code
Code:
.homeBottomBuckets a:link{
font:Arial, Helvetica, sans-serif;
font-size:10pt;
text-decoration:none;
color:#004D71;
}
.homeBottomBuckets a:hover{
font:Arial, Helvetica, sans-serif;
font-size:10pt;
text-decoration:underline;
color:#0066FF;
}
.homeBottomBuckets a:visited{
font:Arial, Helvetica, sans-serif;
font-size:10pt;
text-decoration:none;
color:#004D71;
}
The class homeBottomBuckets is applied to the table that sorounds these bullet links.
Thank you