|
-
Jan 12th, 2006, 09:50 AM
#1
Thread Starter
Frenzied Member
[RESOLVED] Positioning Boxes with CSS
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.
Last edited by agmorgan; Jan 13th, 2006 at 07:17 AM.
-
Jan 13th, 2006, 07:18 AM
#2
Thread Starter
Frenzied Member
Re: Positioning Boxes with CSS
This page has the answers!
http://www.quirksmode.org/css/clearing.html
Code:
div.container {
border: 1px solid #000000;
overflow: hidden;
width: 100%;
}
-
Jan 14th, 2006, 04:55 AM
#3
Re: [RESOLVED] Positioning Boxes with CSS
FYI, If you are taking advice from Quirksmode.org you must either be using a dodgy browser or your HTML markup is bad
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|