在IE6下不支持1px的dotted虚线边框问题
在IE6下不支持1px的dotted虚线边框问题,解决办法:切背景平铺
例子:
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>无标题文档</title>
<style>
.box{ width:100px;height:100px;border:1px dotted #000;}
</style>
</head>
<body>
<div class="box"></div>
</body>
</html>
除注明外的文章,均为来源:老汤博客,转载请保留本文地址!
原文地址:https://tangjiusheng.cn/liulanqijianrongxing/29.html
原文地址:https://tangjiusheng.cn/liulanqijianrongxing/29.html