在chrome和safari中,链接不听width:500px;在 CSS 中。文本有,但链接没有。
有任何想法吗?
非常感谢帮助。
谢谢艾玛
_
我也尝试了一个非常简单的测试。见代码:
<html>
<head>
<style type="text/css">
#main {width:100px;}
</style>
</head>
<body>
<div id="main">Content for id "main" Goes Here Content for id "main" Goes Here Content for id "main" Goes Here Content for id "main" Goes Here <a href="http://www.thesun.co.uk/sol/homepage/showbiz/4672063/kristen-stewart-flashes-bra-award-bash-jim-jams.html">http://www.thesun.co.uk/sol/homepage/showbiz/4672063/kristen-stewart-flashes-bra-award-bash-jim-jams.html</a></div>
</body>
</html>