diff options
-rw-r--r-- | views/default/css.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/views/default/css.php b/views/default/css.php index 042d75cdc..dc3e5e64a 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1520,6 +1520,10 @@ table.search_gallery { background: #4690d6 url(<?php echo $vars['url']; ?>_graphics/tools_over.png) repeat-x top left; } +/* IE 6 - remove transparent png in menu */ +* html #owner_block ul li a:hover { + background: #4690d6; +} @@ -1828,6 +1832,10 @@ div.expandall p { color:white; background: #4690d6 url(<?php echo $vars['url']; ?>_graphics/tools_over.png) repeat-x top left; } +/* IE 6 - remove transparent png in menu */ +* html #tools_menu ul a:hover { + background: #4690d6; +} #tools_menu li ul a { width:120px; |