我希望在div寬度中顯示文本「查看所有used-miscellaneous-lasers」,但文本僅在Firefox中出現在div外。這個問題的原因是什麼?如何解決? 這裏是我的代碼:設置文本寬度<a>標籤在IE和Chrome中可用,但不能在Firefox中使用
CSS
div.banner a {
color: #FFFFFF;
display: inline-block;
margin-left: -13px;
text-decoration: none;
width: 100%;
}
div.banner {
background: url("banner.jpg") no-repeat scroll center top transparent;
font-size: 15px;
font-weight: normal;
height: 38px;
margin-top: 20px;
padding: 18px 24px 50px 69px;
text-align: left;
text-transform: uppercase;
width: 106px;
}
HTML
<div class="banner">
<a target="_blank" href="http://10.0.0.145/used/b">See All used-miscellaneous-lasers</a>
</div>
不,一點用也沒有,它只是增加了一個滾動條。 – 2012-07-11 13:06:01
我的歉意,它應該已經溢出:可見;這會強制元素在包含框外呈現。 – Tschallacka 2012-07-11 13:28:12
他爲什麼希望文字出現在div之外? – 2012-07-11 13:42:19