aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/ie6.php
blob: 943b94e325b8f3e0ea0566b6e1b51ea58c77b211 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * elgg_layout css for Internet Explorer6
 * @uses $vars['wwwroot'] The site URL
*/

* {zoom: 1;} /* trigger hasLayout in IE */

/* 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; }