0
對準相鄰的對象我不能在側欄的特集排隊正確(here)。我試圖讓他們看起來更像this site。問題在CSS
這是CSS:
#element2 {
margin:0 auto;
padding: 5px 0 0px 0px;
color:#161514;
font-family:helvetica, sans-serif, Arial;
font-size: 13px;
background: #c7c7c7;
width: 295px;
height: 60%;
}
img.element {
width:305px;
position:relative;
right:auto;
left:auto;
height:auto;
overflow:hidden;
border:1px solid #ccc;
width:130px;
height:100px;
min-height:100px;
border:0;
margin:5px 0px 0px 0px;
display: inline-block;
}
p.element {
position:relative;
align:right;
width:140px;
height:100;
min-height:100px;
margin:5px 0px 0px 0px;
font-family: Arial, sans-serif;
font-size: 12px;
letter-spacing: 1pt;
border:0;
background:#c7c7c7;
display: inline-block;
}
任何建議非常讚賞。
謝謝
塔拉
PS:我使用的是Chrome 10你搞亂了太多的CSS
對不起代碼區域看起來有點搞砸了 - 我不知道這是爲什麼... [固定現在感謝@pekka] – Tara 2011-05-08 17:12:43
沒問題。在編輯器中有兩個「quote」按鈕,右邊的(標有'{}')代碼。它只會在每行之前添加四個空格,但沒有'>' – 2011-05-08 17:16:40
@Pekka哦,我明白了!好。謝謝 – Tara 2011-05-08 17:18:47