View Single Post
Old 11-23-2011, 11:00 AM   PM User | #2
mnkhaki
New Coder

 
Join Date: Oct 2011
Posts: 44
Thanks: 7
Thanked 0 Times in 0 Posts
mnkhaki is an unknown quantity at this point
Hi Kimmi - what if you dd the border value to the a:hover, in addition to the color and background color that you already have?

Code:
table a:hover {
color: white; 
background-color: red;
border:yourcolorvalue;
}
I'm new but I hope that should work...
mnkhaki is offline   Reply With Quote