![]() |
Sidebar being displaced in Chrome
This website displays properly in Opera, Internet Explorer 9 and Firefox.
However, in Chrome, the sidebar is not flowing properly. It is displaced by the main content region. Can you see what is causing this? Thank you. |
In your style.css you have:
Code:
#sidebar.four.columns {margin-left: 1.6%; width: 32.6%; right: -.2em;}[line 111]Code:
@-moz-document url-prefix() {[line 118]That extra 0.1% in Chrome is causing the float drop. Sort out the errors here, get rid of the moz stuff, and use a single consistent styling using 1.5% margin and it should be OK. |
Thanks SB65
|
| All times are GMT +1. The time now is 04:15 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.