From f2649a13856374cbaa16fd57d7961ac3d9b8d7db Mon Sep 17 00:00:00 2001 From: pete Date: Fri, 15 Aug 2008 18:54:22 +0000 Subject: sidebar arrow position fixed for ie 6 & 7 git-svn-id: https://code.elgg.org/elgg/trunk@1950 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) (limited to 'views') diff --git a/views/default/css.php b/views/default/css.php index 1b21077ea..86440fefb 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -650,23 +650,6 @@ h6 { font-size: 0.8em; } position:absolute; width:936px; } -/* IE6 fix -* html .messages { - margin:20px 20px 0px 20px; -} -* html .messages_error { - margin:20px 20px 0px 20px; -} -*/ -/* IE7 -*:first-child+html .messages { - margin:20px 20px 0px 20px; -} -*:first-child+html .messages_error { - margin:20px 20px 0px 20px; -} -*/ - /* *************************************** @@ -1401,11 +1384,13 @@ table.search_gallery { background: #4690d6; /* 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; +/* IE 6 + 7 menu arrow position fix */ +* html #owner_block ul li.selected a { + background-position: left 8px; +} +*:first-child+html #owner_block ul li.selected a { + background-position: left 8px; } -*/ /* *************************************** PAGINATION -- cgit v1.2.3