QUOTE(prasadi @ 9 Apr, 2008 - 01:55 AM)

I want to know how to Design a web that fit to any screen resolution.
Thanks.
[font=Verdana][b]

Thanks lot....
QUOTE(prasadi @ 9 Apr, 2008 - 01:55 AM)

I want to know how to Design a web that fit to any screen resolution.
Thanks.
Thanks lot....

QUOTE(ecdysis @ 19 Apr, 2008 - 10:56 PM)

Hi prasadi, I recently saw this tutorial about fluid page designs, it may help a bit:
http://tutorials.alsacreations.com/fluide/
Thanks lot....

QUOTE(baavgai @ 20 Apr, 2008 - 03:18 AM)

Be relative. Express everything in terms of percentage, "em", etc. This works as long as you're willing to accept that the client controls the look and feel of the page.
The minute you want everything to look a very particular way, you loose. Such sites will look best on the client that designed them and everyone else who is close to that client's specs. I have a portable device that surfs fine, but only supports 800x600. You find out real quick who your friends are.
Thanks lot....

QUOTE(no2pencil @ 9 Apr, 2008 - 02:03 AM)

This can't be done with pure html, it would need something that works dynamically on the clients (browser) side, like JavaScript or VBScript.
Or a surefire way is to have them pick, which I'm sure is not what you want.
The nice thing is, most people own monitors that can do 1024x768.
Thanks lot....