My new site displays fine using Firefox and Safari on the Mac, and IE 6 on Windows.
However, when I display it using Firefox 3.6.3 on Windows, the right hand column veers off to the right of the screen.
This is using CMS Made Simple 1.8 with the "CMSMenu top + 2 columns" template.
The site is here:
http://merlin.xssl.net/~admin2/index.ph ... exhibitors
Any suggestions to what might be causing this problem?
Thanks.
Right align problem with Firefox on Windows
Re: Right align problem with Firefox on Windows
It seems, using YSlow to check your css, that the class 'left49' is causing the problem. Set width to 0% moved your content to the left.
Hope this helps.
Gregor
Hope this helps.
Gregor
Re: Right align problem with Firefox on Windows
Yes, you're using the left49 class for the print and it has float left, not needed when it is auto to the left as just a div with no class, you do know you have 2 tables on the left doing nothing, and no need to do all the content in tables, just your tabular data should be in tables...
Re: Right align problem with Firefox on Windows
Now the problem is cuz you give main a set width...