diff --git a/www/theme/browser/ie.6.css b/www/theme/browser/ie.6.css index 392729d021..f32fde1d0f 100644 --- a/www/theme/browser/ie.6.css +++ b/www/theme/browser/ie.6.css @@ -3,3 +3,5 @@ body{height:100%; overflow:auto;margin:0 15px 0 0} div#footer, div#debugbar, div#hiddenbar{position:absolute;} .button-s, .button-c, .button-r{padding:0; font-size:14px} #divider{margin-bottom:35px} +#footer{ line-height:15px; height:15px; padding-top:34px} +#mainmenu #mainbg{background:none;} diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 763585aff2..368460c5ce 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -278,8 +278,6 @@ table.tablesorter thead tr .headerSortDown {background-image: url(./images/table #mainmenu .active {background-color:#e5e5e5;} #mainmenu .active a {color:#33a52e; font-weight:bold;} #mainmenu #mainbg{ padding-left:12px; background:url(images/main/index_bg.png) left bottom;} -/* For IE 6*/ -*html #mainmenu #mainbg{ background:none;} #mainmenu .active #mainbg{background-position: left top;} #mainmenu #searchbox{float:right; border:none; background:#E5E5E5 url(images/main/search_bg.png) repeat-x bottom; height:100%;}