<html>
<head>
<style type="text/css">
a{
overflow : hidden;
width : 8em;
background-color : #00544a;
text-align : center;
color : #FFFFFF;
}
</style>
</head>
<body>
<a href="#">首页</a>|<a href="#">blog</a>|<a href="#">相册</a>|<a href="#">统计</a>|<a href="#">关于</a>
</body>
</html>
在ie6、ie7中显示正常,但是在ie8标准模式、ie8兼容ie7模式下宽度属性都丢失了,很费解啊。望有任何方式解决的都行