我一直在狂熱地使用CSS來瀏覽我正在構建的網站的最後一段,而我只是遇到了一個奇怪的怪癖。 FF和IE似乎工作正常。在Chrome瀏覽器中,頁面將不會在Ajax加載後調整大小
我正在使用jQuery加載HTML存根,在這種情況下,很多來自外部博客的內容,但是當從真正的長頁面切換到真正的短頁面時,我獲得了大約一英里未使用的頁面仍然粘貼到文檔的結尾。
這裏是哪裏存根被裝入貌似頁面的正文:
<body>
<div id="page">
<div id="mainWrapper">
<div id="headerFullWidth"></div>
<div id="fixedwidthcontainer">
<div id="header">
<div id="logo"><img src="images/logo.png" height="85px" width="187px"></div>
<div id="shoppingcart"></div>
</div>
<div id="shoppingCartIcon"></div>
</div>
<div class="contentSpacer"></div>
<div id="contentwrapper">
<div id="content"></div>
</div>
<div class="contentSpacer"></div>
<div id="footer">
<div id="footerContent">
<a href="#contactPopupContent" id="contactfooter">Contact Us</a><a href="#privacyPopupContent" id="privacyfooter">Privacy Policy</a><a href="#shippingPopupContent" id="shippingfooter">Shipping & Returns</a>
<div id="copyrightfooter">© 2011 Victory Barbers and Brand</div>
</div>
</div>
<div id="fullWidthFooter"></div>
</div>
</div>
</div>
</body>
我所有的負載都使用jQuery load()
做,我不得不說沒有網站的迭代有這個問題。我一直在嘗試更寬的樣式,並且在這個過程中出現了這個問題。
我的問題是這樣的:有沒有辦法強制頁面重新檢查其大小時,移動到不同/較短的內容?
「調整整個窗口的大小」如果需要,我可以發佈鏈接到網站。 ' - 做吧 – thirtydot 2011-06-08 09:11:54
這麼多的id和class選擇。你真的需要他們嗎? – orustammanapov 2012-12-11 18:42:59