您的位置:首页 > 其它

ie6、ie7的text-indent的问题

2013-01-19 17:15 246 查看


<style type="text/css">
*{margin:0; padding:0}
a{text-decoration: none}

a{display:inline-block;width:200px;
height:34px;
line-height:34px;
font-weight:bold;
text-indent:3em;
background:yellow;
}

a.a1{display:inline-block;
width:200px;
height:34px;
line-height:34px;
font-weight:bold;
text-indent:3em;
background:gray;
font-size:20px;}

a.a2{display:inline-block;
width:200px;
height:34px;
line-height:34px;
font-weight:bold;
text-indent:30px;
background:pink;
font-size:20px;}
</style>
</head>
<body>
<a href="###">加入购物车</a>
<a href="###" class="a1">加入购物车</a>
<a href="###" class="a2">加入购物车</a>
</body>


  
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: