diff options
Diffstat (limited to 'themes/fab/msie.css')
| -rw-r--r-- | themes/fab/msie.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/themes/fab/msie.css b/themes/fab/msie.css index 4c875ff1b2..d1866c340a 100644 --- a/themes/fab/msie.css +++ b/themes/fab/msie.css @@ -1,4 +1,11 @@ -/* @version $Id$ */ +/* + * @version $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); @@ -7,3 +14,8 @@ a.showit:hover span { filter: alpha(opacity=85); } +.makeMenu li ul { + top: 2px;\9 +} + + |
