12 lines
185 B
CSS
12 lines
185 B
CSS
/* Stupid IE stuff... at least they get to see something hilite */
|
|
.tab a:active
|
|
{
|
|
background-color: #8b8bca;
|
|
}
|
|
|
|
.tab a:hover
|
|
{
|
|
background-color: #dfdff0;
|
|
}
|
|
/* End stupid IE stuff */
|