Heim  >  Artikel  >  Web-Frontend  >  求助,网页的版面显示有问题,谁能帮忙看一下,先谢了!_html/css_WEB-ITnose

求助,网页的版面显示有问题,谁能帮忙看一下,先谢了!_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-21 09:35:111046Durchsuche

网址是
http://www.mcu86.com/
是个网址导航类的网站。

在IE下显示正常,但在FireFox下, content的那个div就到left div下面了,
应该是显示在left右边才对。
谁能帮忙看一下问题出在哪里??


回复讨论(解决方案)

怎么没人回复呢??

外链不敢随便点

外链不敢随便点
担心有病毒吗??

调小左边框的 width

一个页面上不能出现两个

吧,还有,你的left标签最好也用id,不要用class,然后再调下left的宽度

css 修改:
有边框容器加float

#content {
float:right;}


页脚容器清除float
#footers {
clear:both;
TEXT-ALIGN: center; ...}

css 修改:
有边框容器加float

#content {
float:right;}


页脚容器清除float
#footers {
clear:both;
TEXT-ALIGN: center; ...}

额,有边框容器加float --> 右边框容器加float

引用 6 楼 的回复:
css 修改:
有边框容器加float

#content {
float:right;}


页脚容器清除float
#footers {
clear:both;
TEXT-ALIGN: center; ...}


额,有边框容器加float --> 右边框容器加float

#content {
float:right;}

这样如果遇到宽屏的显示器,content的内容会不会偏到整个屏幕的最右边??

....
#content {
float:right;}

这样如果遇到宽屏的显示器,content的内容会不会偏到整个屏幕的最右边??

我的是19寸显示屏,看了不会。

引用 8 楼 的回复:
....
#content {
float:right;}

这样如果遇到宽屏的显示器,content的内容会不会偏到整个屏幕的最右边??


我的是19寸显示屏,看了不会。
#content {
float:right;}
这个我还没改,只是把页脚容器清除float改了。

你用的是Firefox吗?

IE 和FF 看了

楼主#content 要设display:block; float:left

6楼和13楼的答案截然相反呢,
一个是float:left另一个是right
我都试一试吧

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