renegade44 Posted February 11, 2010 Share Posted February 11, 2010 Im having a weird issue with a site I just completed. Here is the URL: http://www.vglshowstoppers.com The issue is that the site looks good in all browsers except Google Chrome on a MAC, and Safari. Google Chrome on windows it looks fine. The sidebar for some reason gets pushed under the main content in these browsers for some reason. There isnt any abnormal margins or padding,etc. Im not sure what else it could be. Can somebody maybe firebug the code or check out the CSS, maybe I am overlooking something? Quote Link to comment Share on other sites More sharing options...
noober Posted February 22, 2010 Share Posted February 22, 2010 The youtube video in the sidebar is a bit bigger than the sidebar itself. Maybe the width of this element is too big, thus pushing your floated sidebar down below the main content. It could be a problem with the browsers you've mention having a problem with overflow:hidden. Adjust the size manually or try overflow:auto; ? Quote Link to comment Share on other sites More sharing options...
renegade44 Posted March 1, 2010 Author Share Posted March 1, 2010 I will try that out! thanks for the response. I will let you know how it turns out. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.