Hello,
On my website: I have a change when you hover over the links on the left.
In IE, the whole row is changed to black (like I want it to do), but in FireFox it only changes the background to black around the link itself, not the whole row.
Here's the code:
Any suggestions on how I can get the entire row to change to black in FireFox? Thanks.
On my website: I have a change when you hover over the links on the left.
In IE, the whole row is changed to black (like I want it to do), but in FireFox it only changes the background to black around the link itself, not the whole row.
Here's the code:
Code:
A.MainNav:Hover
{
Color: #FFFFFF;
Width: 234px;
Background-Color: #000000;
Text-Decoration: Underline;
}
Any suggestions on how I can get the entire row to change to black in FireFox? Thanks.