desjardins2010 Posted December 10, 2010 Share Posted December 10, 2010 K, I have a page that when viewed in 1366*768 (my resolution) it's fine I don't have to scroll right left up and down to view the page.. however when I view in say anything else your haveing to scroll up and down left and right... how can I make it that it's static for every resolution?? or can I Quote Link to comment https://forums.phpfreaks.com/topic/221250-resolution-question/ Share on other sites More sharing options...
MMDE Posted December 10, 2010 Share Posted December 10, 2010 this isn't about php... I would look into css if I was you! hint: 100%, screen resolution Quote Link to comment https://forums.phpfreaks.com/topic/221250-resolution-question/#findComment-1145521 Share on other sites More sharing options...
chronister Posted December 11, 2010 Share Posted December 11, 2010 Yeah, CSS is what you are looking for. I build most all of my sites as fixed width sites. I currently build for a max width of 960px. That will ensure that anyone using 1024x768 resolution will not have to scroll side to side. Anyone using less than that is a small enough group (for my targets anyway) that I am not concerned. Quote Link to comment https://forums.phpfreaks.com/topic/221250-resolution-question/#findComment-1145601 Share on other sites More sharing options...
doddsey_65 Posted December 11, 2010 Share Posted December 11, 2010 you can set a fixed width as said before. 960px is the one most people choose. Or you can set a percentile width. 100% width will display the page at the same width as the browser window. Quote Link to comment https://forums.phpfreaks.com/topic/221250-resolution-question/#findComment-1145682 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.