blob: ec9f713cbebe5aad51b99b140964003bcbad0693 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* $Id$ */
/*
* The following style definitions can be removed when IE supports the "opacity"
* specification in place of its proprietary and non-standard method.
*/
.rela {filter: alpha(opacity=67);}
a.showit:hover > span {filter: alpha(opacity=85);}
.makeMenu li ul {top: 2px;}
|