| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1217 人关注过本帖
标题:刚学做网页.用火狐能居中用ie怎么就不能居中了?求各路大神指教!
只看楼主 加入收藏
随风之恋11
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2012-9-28
收藏
 问题点数:0 回复次数:3 
刚学做网页.用火狐能居中用ie怎么就不能居中了?求各路大神指教!
以下是CSS的代码:
body{
   margin:0px;
   padding:0px;
   font:12px Arial,宋体;
   text-align:center;
  }
 
#container{
            margin-left:auto;
            margin-right:auto;
            width:960px;
            background:green;  /*linshi*/
            text-align:left;
            
}
以下是html的代码:
<html>
<head>
      <title>divcss</title>
      <meta http-equiv="Content-Type" context="text/html"  charset-utf-8>
      <link rel="stylesheet" type="text/css" href="CSS/layout.css">
      
</head>
      <body>
        <div id="container">
           <div id="header">
           </div>
           
           <div id="main">
           </div>
           
           <div id="footer">
           </div>
        
        </div>
      </body>
</html>

搜索更多相关主题的帖子: center divcss background html 
2012-09-30 13:58
编程客
Rank: 1
等 级:新手上路
帖 子:3
专家分:1
注 册:2012-12-13
收藏
得分:0 
样式中加

程序代码:
html,*
{
    text-align:center;
}

编程客社区:BianChengKe_com
2012-12-13 18:12
叹服vae
Rank: 2
等 级:论坛游民
帖 子:22
专家分:42
注 册:2012-9-28
收藏
得分:0 
margin:0 auto;
2013-08-25 16:09
快速回复:刚学做网页.用火狐能居中用ie怎么就不能居中了?求各路大神指教!
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.032268 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved