Not to offend you in any way Bit_Twiddler, but the solution you suggest is absolutely the *wrong* way to develop and design pages for multiple resolutions, since your solution assumes that the user's screen resolution has a direct correlation to the size of the window in which a user views the content of a web page. Screen resolution and window size are correlated slightly, but a user can easily adjust the size of a browser window in an infinite number of possible ways, all at the same screen resolution. Therefore, if you design for a *maximum* screen resolution, your web site easily breaks down when a user resizes the browser window. The best way to develop and design a site for multiple screen resolutions is to make a web site that readjusts itself dynamically for many different layouts. Here is a great link that informs web designers on how to design content for the web: http://www.allmyfaqs.com/f
gator4life
(chomp, chomp)
Main Topics
Browse All Topics





by: Bit_TwiddlerPosted on 2003-03-10 at 17:09:15ID: 8107457
There are ways to minimize this but a lot depends on how you placed elements on the page (TABLES, DIVS,TRANSPARENT GIFS etc.) The only sure way is to design the site for each resolution that you anticipate someone viewing it at then design for each resolution and add code to check the user's screen resolution and depending on that forward the user to the appropriate page based on that.