I'm thinking about starting a new website but i want the layout to be around the size of digital point forums where it takes up the whole page. I noticed that when i view digital point on different resolutions the website just shrinks inwards, wheres when i make a layout this size on a bigger resolution it stays the same and a bottom scroll bar appears. I don't want my viewers to have to scrool right and left. I was just curious on how i can make my layout like digital point so when different people with different screen resolutions can view the website and not have to scroll right and left. Thanks in advance.
You want to make your website have a fluid width versus a static width like most websites have. It isn't to difficult. Here is a website to get you started, http://www.tjkdesign.com/articles/one_html_markup_many_css_layouts.asp Just do a Google search for 'CSS fluid layouts' and you will get tons of results. From there you can fine one you like and build upon that. cheers
Use width : X %; instead of : X px; You find this link useful : the designer has made a liquid layout that becomes fixed (so scrollable) if a minimum page width is reached. I hope this helps you
As others have said, use a proportionate size for elements rather than fixed. Be slightly careful though. On my widescreen monitor many full width websites look terrible, including DP. For example your original post's first paragraph takes up only a line and a half which from a usability basis is terrible as 50 words per line is massively too long.
didn't we get rid of the width % for webpages ? and who uses computers with 800 X 600 resolution anyway ?
No, they are having a reassurgence and generally are considered best practice when used in conjunction with min & max constraints. In answer to the question on resolution, 14% were still using it in Jul 07 according to W3C. You will also find an increase in low res screens with the increase in PDAs/ Smart Phones capable of full web browsing
No many sites are still being designed with fluid widths. It usually depends on what the client needs are. Many designers are still using primarily 760px designs to accomodate the 800x600 audience although I have seen many make the leap to designing 960px which is for 1024x764. Don't use tables for design elements. ever. >_<