【发布时间】:2012-11-17 15:26:34
【问题描述】:
在chrome和safari中,链接不听宽度: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>
【问题讨论】: