* fix the ie6 ui error.

This commit is contained in:
wangchunsheng
2010-04-11 07:37:56 +00:00
parent 0416f339a0
commit e02662c87c
2 changed files with 2 additions and 1 deletions

View File

@@ -204,7 +204,7 @@ table.tablesorter thead tr .headerSortDown {background-image: url(./images/table
/* һ<><D2BB><EFBFBD>˵<EFBFBD><CBB5><EFBFBD>*/
#mainmenu ul {background-color:#D6E7FF;}
#mainmenu li {padding:0 15px 0 15px;border-right:4px solid #73A2EF}
#mainmenu li {padding:0 10px 0 10px;border-right:3px solid #73A2EF}
#mainmenu a {color:black;}
#mainmenu .active {color:#FFF; background-color:#00008B;}
#mainmenu .active a {color:white}

View File

@@ -2,3 +2,4 @@ html{overflow:hidden;}
body{height:100%; overflow:auto}
div#footer, div#debugbar, div#hiddenbar{position:absolute;}
.yui-d0 {width: 95%;} /* fix the error of fixed layout table. */
.button-s{padding:0; font-size:14px}