它看起來像一個在本頁面最底部:HTML的鏈接部分?
http://www.microsoft.com/en-us/default.aspx
有創造箱和邊把它們放在一起更簡單的方法?
礦看起來像一個樓梯由380px每個
開始向下,這裏是我的源代碼:
<!--External Links--> <div id="external_links">
<div>
<ul style="height:380px; width:240px; max-width:240px;" id="Rowone">
<li><a href="http://www.andymark.com/" title="AndyMarks - Distributor"><h3>Andy Mark</h3></a></li>
</ul>
<ul style="height:380px; width:240px; max-width:240px;" id="Rowtwo">
<li><a href="http://www.andymark.com/" title="AndyMarks - Distributor"><h3>Andy Mark</h3></a></li>
</ul>
<ul style="height:380px; width:240px; max-width:240px;" id="Rowthree">
<li><a href="http://www.andymark.com/" title="AndyMarks - Distributor"><h3>Andy Mark</h3></a></li>
</ul>
</div>
爲什麼每一個環節包含在列表中而不是列表項中?將所有鏈接放在一個'ul'中並將它們中的每一個都包含在'li'中是否更有意義? (無需爲這些兩個div要麼) –
你想讓他們在互相一列?或並排? (你想在這裏複製你的示例鏈接?) – Sergio
這是你想要的效果嗎? http://jsfiddle.net/LpMfZ/ – Sergio