Jump to content

How To Make Pages Scalable


niche

Recommended Posts

I need to get my pages to automatically adjust when I adjust the size of the window in my browser. Please direct me to the W3 tutorials that can help me or give me some hints for my how to effectively search this issue.Thanks.

Link to comment
Share on other sites

imagine you have a three-cloumn layout, float each of the columns (divs) and give them each a width in percentage that adds up to 100% of their container, minus padding, border and margin. Each of the columns must also contain another block element, such as a div that has no set width and is not floated. This nested div is where you'll put the actual content. then mess with it until it works properly. Fewer set widths the better with this method.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...