好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

div+css制作的选项卡_html/css_WEB-ITnose

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


标准布局应用:选项卡





/* 选项卡关键属性 */
#tab {
width:570px;
height:260px;
position:relative;
}

/*设置容器高宽等*/
html > body #tab {
width:566px;
}

/*兼容IE6:IE6下宽度不够*/
#tab div {
position:absolute;
top:26px;
left:0;
width:564px;
height:234px;
border:solid #eee;
border-width:0 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:400;
text-align:center;
color:#00007F;
background:#eee url(/upload/teaching/tab.gif) no-repeat;
}

/*默认标题样式*/
#tab .up {
background:#fff url(/upload/teaching/tab1.gif) no-repeat;
}

/*选中的标题样式*/
/*修饰列表内容*/
#tab ul {
margin:15px 0 0;
list-style:none;
padding:0;
}

#tab li {
float:left;
width:50%;
background:url(http://blog.pr1984.com/attachments/month_0612/a20061212105235.gif) no-repeat 25px 10px;
}

#tab li a {
display:block;
width:84%;
height:25px;
line-height:25px;
margin-left:8%;
font-size:12px;
text-decoration:none;
color:#333;
background:url(http://blog.pr1984.com/attachments/month_0612/g20061212105238.gif) repeat-x left bottom;
text-indent:10px;
}

#tab li a:hover {
text-decoration:underline;
color:red;
}




选择一




11111111111111
从人大代表侯建军终审
车辆交付问题
贻误申请执行期限损失
民警特权扣车,油变成
地下室及公摊面积不收
当前医疗广告存在的问
新医改要注意的几个问
张钰和于连的同源悲剧
从人大代表侯建军终审
车辆交付问题
贻误申请执行期限损失
民警特权扣车,油变成
地下室及公摊面积不收
当前医疗广告存在的问
新医改要注意的几个问

查看更多关于div+css制作的选项卡_html/css_WEB-ITnose的详细内容...

  阅读:36次