SmEdD
09-21-2003, 09:35 PM
Ok this is my code and I want to drop the under line when it's not in a hover state.
In a hover state there is no underline which I want but non hover state will not work!
a.mainmenu {
border: 1px solid #172432;
border-left-width: 0px;
border-right-width: 0px;
color: #C0C9D9;
display: block;
font: 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
font-weight: bold;
padding-left: 2px;
width: 100%;
text-decoration: none;
}
a.mainmenu:hover {
background-color: #4D98C1;
border: 1px solid #4DABDE;
border-left-width: 0px;
border-right-width: 0px;
color: #FFFFFF;
text-decoration: none;
}
In a hover state there is no underline which I want but non hover state will not work!
a.mainmenu {
border: 1px solid #172432;
border-left-width: 0px;
border-right-width: 0px;
color: #C0C9D9;
display: block;
font: 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
font-weight: bold;
padding-left: 2px;
width: 100%;
text-decoration: none;
}
a.mainmenu:hover {
background-color: #4D98C1;
border: 1px solid #4DABDE;
border-left-width: 0px;
border-right-width: 0px;
color: #FFFFFF;
text-decoration: none;
}