blob: 7a0f3a558782a299633c170c687cd6b7866dc8a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* 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=80);}
a.showit:hover > span {filter: alpha(opacity=80);}
.itr { top: 30px;}
.itr:hover .popup {top: 20px;}
|