Right align problem with Firefox on Windows

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
crossland
Forum Members
Forum Members
Posts: 24
Joined: Fri Sep 11, 2009 9:55 am

Right align problem with Firefox on Windows

Post 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.
User avatar
Gregor
Power Poster
Power Poster
Posts: 1874
Joined: Thu Mar 23, 2006 9:25 am

Re: Right align problem with Firefox on Windows

Post 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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Right align problem with Firefox on Windows

Post 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...
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Right align problem with Firefox on Windows

Post by Dr.CSS »

Now the problem is cuz you give main a set width...
Post Reply

Return to “Layout and Design (CSS & HTML)”