AlbertAguirre
Programmer
how!?!?!? I have spent countless hours on this. Heres my code:
.subNavBox {
BACKGROUND: #555555;
font-weight: bold;
color: #888888;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
border-style: solid;
border-color: #000000;
border-left-width: 1px;
border-right-width: 0px;
border-top-width: 1px;
border-bottom-width: 0px;
}
.subNavBox:hover {
BACKGROUND: #000000;
COLOR: #000000;
}
Why doesnt this work? I know its simple isnt it?
Help a noob and secure your place in heaven!
.subNavBox {
BACKGROUND: #555555;
font-weight: bold;
color: #888888;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
border-style: solid;
border-color: #000000;
border-left-width: 1px;
border-right-width: 0px;
border-top-width: 1px;
border-bottom-width: 0px;
}
.subNavBox:hover {
BACKGROUND: #000000;
COLOR: #000000;
}
Why doesnt this work? I know its simple isnt it?
Help a noob and secure your place in heaven!