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.
Horizontal scrolling issue with menu
Re: Horizontal scrolling issue with menu
I had a look at your page source, and I saw the following code that triggered me:
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
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">
Did you put this (table width) in your template?
Good luck,
Gregor
Re: Horizontal scrolling issue with menu
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...
You may want to try using divs instead of tables for the layout...