English 中文(简体)
我的纳巴酒吧为什么有时会渗入关于装载/再点/链点击的屏幕决议?
原标题:Why is my Nav bar sometimes sizing to the screens resolution on load/refresh/link click?

该网站可上网查阅:

http://elitecums.ca/index.php

似乎像导航工作一样,对大多数时间都非常精美,但有时(特别是如果你重整一页)的 n(div id magic-line- 2)则扩大,以消耗整个屏幕右侧。

我早就努力解决这一问题,我可以提出最好的办法是,可能有一些固定的袖珍片能够适当缩小规模,但我仍然不能完全确定为什么会发生这种情况,因此,我倾向于帮助我孤立这一问题,努力从那里适当解决这一问题。

** 这可能不是无关紧要的,但一旦你回来信使。 第7页相距甚远,但我很相信,这是我下降的一个问题,因为那是裂缝的一部分。

www.un.org/Depts/DGACM/index_spanish.htm 浏览器:

联合国

Chrome (网页复读,但不点击)

3. 索拉 (网页复读,但不点击)

www.un.org/Depts/DGACM/index_spanish.htm NOT发生在。

IE 8+

操作

如果你不计划用几分钟时间来审视问题并提供合法援助,请不要让任何人来回答这个问题。

问题回答

如果是你打算如何设计,则不会100%

#magic-line-two {max-width:450px !important;}

在火法英和黄色两处工作。

It looks like some of your scripts are trying to manipulate elements before the CSS has loaded. Move the <link> tag above the script tags, and watch your problem disappear. :-)

...
<title>Elite Pool Builders</title>
<link rel="stylesheet" href="http://elitepools.ca/style.css" type="text/css" media="screen" />
<script type= text/javascript  src= http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js?ver=1.3.2 ></script>
...

If you still see the problem after that, try removing these CSS imports...

@import "css/slider.css";
@import "css/pools.css";
@import "css/contact.css";

... and load them via <link> tags.





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签