vikaspa Posted November 3, 2006 Share Posted November 3, 2006 Dear AllI have designed a web page for 800x600In case the same site is viewed in 1024 resolution, I want to dispay to its full length showing additional column so that the web site will be displayed to its full lengthHow can I do it Quote Link to comment https://forums.phpfreaks.com/topic/26030-display-web-page-to-fit-window-width-as-per-resolution-800x600-or-1024x768/ Share on other sites More sharing options...
fenway Posted November 3, 2006 Share Posted November 3, 2006 You can do this old school (tables) or with an absolutely positioned DIV. Quote Link to comment https://forums.phpfreaks.com/topic/26030-display-web-page-to-fit-window-width-as-per-resolution-800x600-or-1024x768/#findComment-119078 Share on other sites More sharing options...
wildteen88 Posted November 3, 2006 Share Posted November 3, 2006 Use percentages rather than pixels for widths. Perhaps read up on liquid layoutsNot javascript involved just CSS and percentages for widths. Quote Link to comment https://forums.phpfreaks.com/topic/26030-display-web-page-to-fit-window-width-as-per-resolution-800x600-or-1024x768/#findComment-119217 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.