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

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

WBOY
WBOYOriginal
2016-06-21 09:30:321824Durchsuche


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:

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn