クロームとサファリでは、リンクは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>