Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Resolution Question

Status
Not open for further replies.

Smeat

Programmer
Mar 27, 2004
193
GB
Hi All

Most web sites are optimized for a certain resolution such as 1024 x 768.

I want to build a site that is optimized for 3 resolutions:

800 x 600
1024 x 768
1280 x 1024

How would you go about doing this?

Can this be done using CSS?

Regards

Smeat
 
You have a couple of options really (both with CSS). You can create a fluid layout that will expand to fit the user's screen or you can create a fixed width layout that will center in the user's screen.

You could even create both and let the user decide which layout stylesheet they use.


____________________________________________________________
Mark,
[URL unfurl="true"]http://aspnetlibrary.com[/url]

Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top