aboutsummaryrefslogtreecommitdiff
path: root/views/default/css_ie6.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css_ie6.php')
-rw-r--r--views/default/css_ie6.php23
1 files changed, 6 insertions, 17 deletions
diff --git a/views/default/css_ie6.php b/views/default/css_ie6.php
index c7935902f..57890e62d 100644
--- a/views/default/css_ie6.php
+++ b/views/default/css_ie6.php
@@ -5,23 +5,12 @@
* {zoom: 1;} /* trigger hasLayout in IE */
-ul.topbar_tools ul {
- line-height: 1.1em;
-}
-ul.topbar_tools ul a {
- zoom: 1;
-}
-ul.topbar_tools ul a {
- filter: alpha(opacity=90);
-}
-
-.collapsable_box {
- height:10px;
-}
-
-.search_listing_info {
- /* height:40px; */
-}
+/* main nav drop-down */
+#elgg_header {z-index:1;}
+.navigation li a:hover ul {display:block; position:absolute; top:21px; left:0;}
+.navigation li a:hover ul li a {display:block;}
+.navigation li.navigation_more ul li a {width:150px;background-color: #dedede;}
+/* @todo check this one */
.delete_button a { background-position-y: 2px; }
.delete_button a:hover { background-position-y: -14px; } \ No newline at end of file