ohdang888 Posted August 25, 2008 Share Posted August 25, 2008 i have a high resolution monitor, so idk what the average width of web page any idea? Link to comment https://forums.phpfreaks.com/topic/121165-solved-average-width/ Share on other sites More sharing options...
ober Posted August 25, 2008 Share Posted August 25, 2008 There are 2 design philosophies: 1) Dynamic design that will flow and readjust to the user's browser. (Typically not a good idea on most sites when you have a very large resolution). 2) Fall to the weakest link. That used to be 800x600, but most of my designs cater to the 1024x768 crowd now. It's becoming more the norm. http://www.w3schools.com/browsers/browsers_display.asp Link to comment https://forums.phpfreaks.com/topic/121165-solved-average-width/#findComment-624620 Share on other sites More sharing options...
tibberous Posted August 25, 2008 Share Posted August 25, 2008 Real gangsters use capped-fluid width. Make it shrink down to 800, grow to 1100-1200. FF supports max-width, but you can emulate it in IE with expressions. Link to comment https://forums.phpfreaks.com/topic/121165-solved-average-width/#findComment-624710 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.