CSS Adjust Height And Width Of Elements

After you have finished dividing up your web pages into different divisions, you can then change the height and width of these division (or any other element that you choose).

To change the width or height, you use the code:

div#name {dimension: Xpx}, where name is the identifier name of a division, dimension is either height or width, and the X is the value of the height or width in pixels.

Instead of adjusting the dimension by pixels, you could also make it a percentage. This percentage will be relative to the parent element.

Next: CSS Positioning Elements

Template Design | Elque 2007