Page 1 of 1

Horizontal scrolling issue with menu

Posted: Wed Apr 04, 2007 8:16 am
by shandog
I am using the CSS 2 Column template with the latest version of cmsms. I have an issue where, when my page loads, it scrolls horizontally for a huge amount. When I remove the menu from the left column, it no longer does that. I tried to encapsulate the menu into a table, but that does not work.
The url is http://dev.filtercouncil.org/newsite/in ... =about-fmc

The weird thing is after a while the page appears correctly, so it seems like there is some process lingering that may be delaying the page load?

Thanks for any help you can provide.

Re: Horizontal scrolling issue with menu

Posted: Wed Apr 04, 2007 8:54 am
by Gregor
I had a look at your page source, and I saw the following code that triggered me:

Code: Select all

<table width="900" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/bg_interior.jpg" style="border-left:1px solid #222222;border-right:1px solid #222222">
The table width="900". From what I know so far, I think this is too much.

Did you put this (table width) in your template?

Good luck,
Gregor

Re: Horizontal scrolling issue with menu

Posted: Thu Apr 05, 2007 12:41 am
by Dr.CSS
Home page looks strange About Us looks good Membership page looks strange but not the same way as home page, are you using diff. stylesheets for each page?

You may want to try using divs instead of tables for the layout...