13 lines
186 B
CSS
13 lines
186 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 */
|
||
|
|