在IE6下不支持1px的dotted虚线边框问题

 分类:浏览器兼容性问题时间:2015-11-01 15:36:56点击:


 在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>
除注明外的文章,均为来源:老汤博客,转载请保留本文地址!
原文地址: