* adjust the css under ie6.

This commit is contained in:
wangchunsheng
2012-03-02 14:08:35 +00:00
parent 25b3c2171c
commit 79bffb91da
2 changed files with 2 additions and 2 deletions
+2
View File
@@ -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;}
-2
View File
@@ -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%;}