我試圖限制我可以在我的網站上寫文本的區域。在css中限制文本區域
<div id="header">
<div id="text">
sample text
</div>
</div>
當我嘗試在text
寫人物衆多,有沒有斷線超過給定的空當。
#header
{
background-color: #fff;
height: 100px;
}
#text
{
margin-left: 200px;
width: 200px;
}
我的錯誤是什麼?
#text ..edit你的答案 – 2012-07-22 19:20:21
Isn't沒有CSS3有另一種可能性? – user896692 2012-07-22 19:20:33
它不僅限於CSS3。見[this](http://www.impressivewebs.com/word-wrap-css3/)。我編輯了我的答案。 – 2012-07-22 19:23:32