|
#screenTabs, #tabs, #tabs ul
|
#screenTabs {
float:left;
width: 100%;
min-height: 1px;
height: 1px;
background:#ffffff url("../../icons/tabs/bg.gif") repeat-x bottom;
}
td > #screenTabs {
height: auto;
}
#tabs {
float:left;
width:600px;
line-height:normal;
white-space: nowrap;
background:#ffffff url("../../icons/tabs/bg.gif") repeat-x bottom;
}
#tabs ul {
margin:0;
padding: 0px 10px 10px 10px;
list-style:none;
}
|