Page 1 of 1

Right align problem with Firefox on Windows

Posted: Mon Nov 08, 2010 4:32 pm
by crossland
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.

Re: Right align problem with Firefox on Windows

Posted: Mon Nov 08, 2010 5:05 pm
by Gregor
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

Re: Right align problem with Firefox on Windows

Posted: Mon Nov 08, 2010 5:10 pm
by Dr.CSS
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

Posted: Sat Nov 27, 2010 6:50 pm
by Dr.CSS
Now the problem is cuz you give main a set width...