summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorRob Peters <makitso@gmail.com>2011-05-29 14:05:58 +0000
committerRob Peters <makitso@gmail.com>2011-05-29 14:05:58 +0000
commit9239bc9dd7eebfd8df4f85e02a4312f83e97bc6c (patch)
treea2a7f33b9bf7d02d0d744d9a205dceae8043f969 /themes
parent70038c0dd0e2bfe1f450aae720eefb9760d3e589 (diff)
downloadwebtrees-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.css4
-rw-r--r--themes/colors/msie.css4
-rw-r--r--themes/fab/msie.css14
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
+}
+
+