我認爲最好的辦法是向我們展示了一個example:我如何創建一個兩列DIV佈局,其中每列可以具有可變寬度
我想有一個div與用戶/日期的信息,文本的另一個div(如果它比div寬度更長,則應該換行),另一個div使用鏈接。
你怎麼看,第一行沒有問題(它是正確的)。第二個,把div當作「塊」...似乎浮動被忽略。
有幫助嗎?
EDIT
服用jsfiddler作爲例子,輸出應該是這樣的一個出頭:
04-03-2011 - userA - Hello My name is John and I really like this website X
02-04-2010 - userA-RealGoodUser - This text should be at the right of the userA-RealGoodUser, but X
in fact it doesnt. Why this behaviour?
新行上的文本是否要在用戶/日期之下?或者與第一行的開頭內聯? – Matt 2011-05-24 12:35:20
另外一個例子,也許它會更清楚:) – markzzz 2011-05-24 12:43:07
如果你要設置'wallMess'的寬度,你會得到你想要的包裝 – Brett 2011-05-24 12:48:51