Re: [問題] 整個網頁置中
※ 引述《hubin (阿賓  NN)》之銘言:
: ※ 引述《hubin (阿賓  NN)》之銘言:
: : 爬了很多文章,關於網頁在瀏覽器的水平置中
: : body{
: : font-family:"Times New Roman", Times, serif;
: : font-size:100%;
: : margin:0px auto;
: : width:800px;
: : }
: : 這是我css的一個寫法
: : firefox很容易解決
: : 但IE試了很多的方法,就都不行?
: : 我是要讓整份文件置中,不是文字喔
: : 麻煩大家了~
: 請問什麼叫"正確的doctype"
: 我是使用:
: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
: "" rel="nofollow">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
使用不同的doctype,會使瀏覽器處於不同的模式
詳細的說明請見板上NelsonT發表的「[文件] DOCTYPE 是做啥用的」
margin: auto置中法,在IE6和IE7是standards(strict) mode才會成功
http://www.quirksmode.org/css/quirksmode.html
這個網頁有列出一些CSS技巧在各瀏覽器需要哪個模式才有支援
http://en.wikipedia.org/wiki/Quirks_mode
維基上有不同doctype會讓各瀏覽器在哪種模式的表
不過XHTML 1.0 Strict應該是會讓IE進入standards mode
除非在前面還有加XML declaration,那IE6還是會進quirks mode
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.112.230.236
推
10/06 23:34, , 1F
10/06 23:34, 1F
討論串 (同標題文章)