看板 Web_Design 關於我們 聯絡資訊
想利用這個full screen的效果 http://www.jq22.com/Demo462 然後在圖片的上一層加上一個width:1000px置中的div 如果用position:fixed就不能用margin:auto來達到置中的效果 請問還有什麼辦法可以解嗎? 謝謝 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 59.124.108.82 ※ 文章網址: http://www.ptt.cc/bbs/Web_Design/M.1405675134.A.34E.html
qazwsx9006:position:fixed; margin-left:-500px; left:50%; 07/18 17:25
qazwsx9006:不知道這樣寫可不可以... 07/18 17:26
leochen0818:為什麼需要fixed? 07/18 17:47
leochen0818:條件不足,不懂你想要的是甚麼@@ 07/18 17:49
fire231:width:1000px position: absolute; top:50%; left:50% 07/19 15:23
fire231:margin-left: -500px; 07/19 15:23