123456789101112131415161718192021222324252627282930313233 | .tabs_left{ width : 400px ; height : auto ; border : 1px solid #ededed ; min-height : 200px ; } .tabs_left>ul{ float : left ; width : 100px ; height : auto ; background-color : #ededed ; padding : 0 ; margin : 0 ; } .tabs_left>.tabsCont{ float : left ; } .tabs_left>ul>li{ padding : 0 10px ; height : 30px ; line-height : 30px ; list-style : none ; margin : 6px 5px 0 5px ; background-color : #d8d8d8 ; } .tabs_left>ul>li>a{ color : #000 ; } |