diff options
| author | Rob Peters <makitso@gmail.com> | 2011-05-29 14:05:58 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2011-05-29 14:05:58 +0000 |
| commit | 9239bc9dd7eebfd8df4f85e02a4312f83e97bc6c (patch) | |
| tree | a2a7f33b9bf7d02d0d744d9a205dceae8043f969 /themes | |
| parent | 70038c0dd0e2bfe1f450aae720eefb9760d3e589 (diff) | |
| download | webtrees-9239bc9dd7eebfd8df4f85e02a4312f83e97bc6c.tar.gz webtrees-9239bc9dd7eebfd8df4f85e02a4312f83e97bc6c.tar.bz2 webtrees-9239bc9dd7eebfd8df4f85e02a4312f83e97bc6c.zip | |
Correct IE9 makemenu sub-menu position problem
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/clouds/msie.css | 4 | ||||
| -rw-r--r-- | themes/colors/msie.css | 4 | ||||
| -rw-r--r-- | themes/fab/msie.css | 14 |
3 files changed, 19 insertions, 3 deletions
diff --git a/themes/clouds/msie.css b/themes/clouds/msie.css index b2f52d28f8..d1866c340a 100644 --- a/themes/clouds/msie.css +++ b/themes/clouds/msie.css @@ -15,5 +15,7 @@ a.showit:hover span { filter: alpha(opacity=85); } .makeMenu li ul { - top: 1.1em; + top: 2px;\9 } + + diff --git a/themes/colors/msie.css b/themes/colors/msie.css index 3f3d45fd6c..d1866c340a 100644 --- a/themes/colors/msie.css +++ b/themes/colors/msie.css @@ -14,6 +14,8 @@ a.showit:hover span { filter: alpha(opacity=85); } - +.makeMenu li ul { + top: 2px;\9 +} 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 +} + + |
