📝 代码查看
2
查看次数
2025-11-28
创建时间
2025-11-28
最后更新
<div class="fix">
<span class="l">使用图片:<img src="/d/file/computer/programme/html_div_css/2025-11-28/0bef8367255ea09ca79a750172c5a381.png" /></span>
<div class="border_image r">选项卡</div>
</div>
.fix {
zoom: 1;
}
.l {
float: left;
}
.r {
float: right;
}
.border_image{
width:80px;
height:26px;
-moz-border-image:url(/d/file/computer/programme/html_div_css/2025-11-28/0bef8367255ea09ca79a750172c5a381.png) 5 5 0;
-webkit-border-image:url(/d/file/computer/programme/html_div_css/2025-11-28/0bef8367255ea09ca79a750172c5a381.png) 5 5 0;
border-style:solid; border-width:5px 5px 0px;
border-color:orange;
text-align:center;
暂无JavaScript代码