Home > Web Front-end > HTML Tutorial > body大于1200px,分辨率为1024*768,显示器视图怎么居中_html/css_WEB-ITnose

body大于1200px,分辨率为1024*768,显示器视图怎么居中_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:30:32
Original
1885 people have browsed it


body大于1200px   显示器打开默认居左,要用什么元素才能居中显示内容?text-align:center用后是文本等内容居中,而不是视图居中。


回复讨论(解决方案)

margin:0 auto;

 body {width:1257px;margin:0 auto;}

这个恐怕只能控制滚动条到中间~
或者定义左边坐标为负值,就是把部分显示内容移出屏幕外不显示

为毛给body加宽度啊 ......

这个恐怕只能控制滚动条到中间~
或者定义左边坐标为负值,就是把部分显示内容移出屏幕外不显示
body {width:1257px;margin:0 auto;background: none repeat scroll 0 0 #FFFFFF;overflow-x:hidden ;}
      #juzhong {float:left; height:50%; margin-left:-120px;}
内容外加个div ,用了可以,谢谢了

*{padding:0;margin:0;}     
 min-width:

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template