2012-07-20 51 views

回答

1

添加此上...

.photo { 
    position: relative; 
    top: 4px; 
} 

和改變的#container的保證金......

#container { 
    margin-top: -1px; 
} 
+0

很好用,但是有沒有辦法去除圖片底部和div邊框之間的空隙,以便它像導航欄一樣位於頂部? http://justmyshit.com/shaunmichael/ – syllable3 2012-07-20 00:24:32

+1

@ syllable3將'line-height:150%;'屬性從你的身體移動到UL,或將'line-height:100%;'添加到照片div。 – Quantastical 2012-07-20 00:27:18

+0

我上面的CSS將照片向下移動4px,那對你沒用嗎? – hackattack 2012-07-20 00:31:56

0

你的CSS不是挺好的,但是,使用方法,這裏是如何做到這一點:

  1. 刪除margin-top#container
  2. 添加vertical-align: topimg#photo
  3. 變化top#extraDiv1246px
  4. 變化.horizontaltop218px

我想這應該這樣做。