Forum Moderators: not2easy

Message Too Old, No Replies

Firefox Positioning Problem

Have tried other suggested fixes without any luck...

         

someaddress

5:10 pm on Oct 27, 2005 (gmt 0)

10+ Year Member



It seems to be a common problem, but all the fixes others have suggested just don't seem to work for me.

I need this page (http://www.zodiacwebdesign.co.uk/demonidea/cssversion/) to be centered in the screen in Firefox + Safari, it is currently working fine in Internet Explorer. It has to work on any resolution.

Anyone who can think up a possible fix or see where I've gone wrong (http://www.zodiacwebdesign.co.uk/demonidea/cssversion/layout/stylesheet.css), I greatly appreciate any advice.

Cheers

Fotiman

5:21 pm on Oct 27, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I think you need to add a width to your FullWidth id styles in order for this to work. I could be wrong, but I feel like I remember reading that somewhere.

So:

body { text-align: center; }

#FullWidth { margin:0 auto; width: 700px; }

I think that's all you need.

someaddress

11:56 am on Oct 28, 2005 (gmt 0)

10+ Year Member



Aha! It worked.

Thanks :)