kwotes/templates/default/kwotes-ie.css
briandilley efbce54dca w00t0r
2004-11-02 01:40:14 +00:00

13 lines
186 B
CSS
Executable File

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