kwotes/html/quotes-ie.css
2004-10-14 22:20:03 +00:00

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 */