Forum Moderators: not2easy

Message Too Old, No Replies

page alignment with various screen resolution

         

Blelisa

4:53 pm on Jan 19, 2005 (gmt 0)

10+ Year Member



Hi!
I was wondering if someone could help me, I have a site that is set up in XHTML and CSS. It is perfect except when viewed on a screen resolution of 800 x 600. Is there anything I can do to eliminate this problem?
Thanks!

choster

5:51 pm on Jan 19, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



And viewing it at 799×599 or 801×601 is fine? :)

You can force a minimum width for the content container by setting a CSS min-width on Opera and Mozilla/Firefox, and use a hack to deliver a width: to Internet Explorer (which does not recognize min-width). This will force the layout to occupy a certain horizontal distance, so smaller screens will see a horizontal scrollbar.

But IMHO, a better solution is to make your design more fluid, so it is not as resolution-dependent.

Blelisa

6:03 pm on Jan 19, 2005 (gmt 0)

10+ Year Member



I thought I was making my design more fluid, It works well with everything but this screen resolution. IS there some help you could give my to help me make it more fluid? I can sticky you the address if, you have a moment to give me a hand. Thanks