新手求救:为什么不能居中显示啊!_html/css_WEB-ITnose
程序员文章站
2022-06-06 15:37:56
...
CSS代码如下:
body{ margin:0; padding:0; text-align:center;}
div#heard{ background:url(images/hd.gif) no-repeat; height:132px;}
div#pagebody{ background:url(images/content.gif) no-repeat; height:538px; padding:0 15px; }
div#footer{ background:url(images/ft.gif) no-repeat; height:100px; padding-top:30px;}
HMTL如下:
实例
打开后是左对齐,哪边出错了!
body{ margin:0; padding:0; text-align:center;}
div#heard{ background:url(images/hd.gif) no-repeat; height:132px;}
div#pagebody{ background:url(images/content.gif) no-repeat; height:538px; padding:0 15px; }
div#footer{ background:url(images/ft.gif) no-repeat; height:100px; padding-top:30px;}
HMTL如下:
打开后是左对齐,哪边出错了!
回复讨论(解决方案)
* {
margin: 0 auto;
}
实例
body { text-align: center; }
上一篇: hadoop实例---多表关联
下一篇: discuz 里面有这段代码
推荐阅读
-
编写的jsp页面,为什么IE网页上不能显示加载的图片?_html/css_WEB-ITnose
-
问问高人为什么这个网页FLASH音乐播放在IE里有显示,在CHROME等别的浏览器没显示啊_html/css_WEB-ITnose
-
我的网站源代码乱码,却网页显示正常,搜狗浏览器可以打开,火狐ie却不能,求救_html/css_WEB-ITnose
-
新手求救:为什么不能居中显示啊!_html/css_WEB-ITnose
-
新手求救:为什么不能居中显示啊!_html/css_WEB-ITnose
-
为什么表格中的图片不能贴底显示???_html/css_WEB-ITnose
-
大家来看看我的这个代码为什么显示不出来框啊?_html/css_WEB-ITnose
-
用iframe引入的表格内容,为什么会不能显示呢_html/css_WEB-ITnose
-
为什么这个css箭头不能显示?_html/css_WEB-ITnose
-
用iframe引入的表格内容,为什么会不能显示呢_html/css_WEB-ITnose