PDA

Click to See Complete Forum and Search --> : [RESOLVED] Positioning Boxes with CSS


agmorgan
Jan 12th, 2006, 08:50 AM
I previously created bills in Word using text boxes for positioning.
I now want to make the bills as web pages but I am having a slight difficulty lining up different regions.

The spaces between the div regions is not even.

agmorgan
Jan 13th, 2006, 06:18 AM
This page has the answers!
http://www.quirksmode.org/css/clearing.html

div.container {
border: 1px solid #000000;
overflow: hidden;
width: 100%;
}

penagate
Jan 14th, 2006, 03:55 AM
FYI, If you are taking advice from Quirksmode.org you must either be using a dodgy browser or your HTML markup is bad ;)