/* 选项卡关键属性 */
#tab { width:380px; height:320px; position:relative; } /*设置容器高宽等*/
html > body #tab { width:380px; }/*兼容IE6:IE6下宽度不够*/
#tab div { position:absolute; top:26px; left:0; width:380px; height:290px; border:solid #eee; border-width:1px 1px 1px; }/*设置被操作容器高宽等*/
#tab div { display:none; }/*设置被操作容器默认隐藏:不用ID是因为下面将利用class来控制被操作容器显示,而class优先级低于id选择器*/
#tab .block { display:block; }/*选中的被操作容器*/
#tab h3 { float:left; width:114px; height:26px; line-height:26px; margin:0 -1px 0 0; font-size:14px; cursor:pointer; font-weight:bold;text-align:center; color:#000000; background:#eee url(tags5_2.gif) no-repeat; }/*默认标题样式*/
#tab .up { background:#fff url(tags5_1.gif) no-repeat; }/*选中的标题样式*/