DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> WEB網站前端 >> WEB前端代碼 >> IE居中不生效
IE居中不生效
編輯:WEB前端代碼     
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>IE居中不生效-</title>
</head>
<body>
<div style="width:400px;margin:0px auto;border:1px solid red;height:100px;"> </div>
</body>
</html>


以上代碼在IE中居中不生效


加個<!DOCTYPE html>就可以了:

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>IE居中不生效-</title>
</head>
<body>
<div style="width:400px;margin:0px auto;border:1px solid red;height:100px;"> </div>
</body>
</html>
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved