我試圖設置一個居中對齊的div,無論是垂直還是水平,我試圖通過設置div的寬度和高度,然後定位它固定中心並將邊距偏移50%。css的位置設置
這是使用
#404-wrapper {width:400px; height:200px; position:fixed; left:50%; top:50%; margin-top:-100px; margin-left:-200px;}
#404-wrapper a {font-size:14px; line-height:120%;}
香港專業教育學院也取得了這裏的jsfiddle的CSS IM - http://jsfiddle.net/wnGL3/
,但我不能明白爲什麼它不是工作,任何想法?
身份證不能以數字開頭我不認爲。更多信息在這裏:http://stackoverflow.com/questions/70579/what-are-valid-values-for-the-id-attribute-in-html – SmokeyPHP