Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css/ie6.css
diff options
context:
space:
mode:
authorBernie Innocenti <bernie@codewiz.org>2011-03-01 00:55:41 (GMT)
committer Bernie Innocenti <bernie@codewiz.org>2011-03-01 00:55:41 (GMT)
commit64474c14afdb45961cd232d30cc443f0c318f292 (patch)
tree5b2e7102550544b48a1fd1e52548b6082dabd2a3 /css/ie6.css
Sugar Labs website 2010
Diffstat (limited to 'css/ie6.css')
-rw-r--r--css/ie6.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/css/ie6.css b/css/ie6.css
new file mode 100644
index 0000000..6539ea4
--- /dev/null
+++ b/css/ie6.css
@@ -0,0 +1,30 @@
+/* ie6 compatibility */
+
+#menu
+{
+ position: absolute;
+}
+#menu li ul {
+ position: absolute;
+ left: 0px;
+ width: 243px;
+ margin: -35px 0 0 0;
+}
+#menu ul li ul {
+ position: absolute;
+ left: 0px;
+ width: 243px;
+ margin: -35px 0 0 240px;
+}
+#menu ul ul li ul {
+ position: absolute;
+ left: 0px;
+ width: 243px;
+ margin: -35px 0 0 240px;
+}
+#menu ul ul ul li ul {
+ position: absolute;
+ left: 0px;
+ width: 243px;
+ margin: -35px 0 0 240px;
+} \ No newline at end of file