Results 1 to 3 of 3

Thread: [RESOLVED] Positioning Boxes with CSS

  1. #1

    Thread Starter
    Frenzied Member agmorgan's Avatar
    Join Date
    Dec 2000
    Location
    Lurking
    Posts
    1,383

    Resolved [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.

  2. #2

    Thread Starter
    Frenzied Member agmorgan's Avatar
    Join Date
    Dec 2000
    Location
    Lurking
    Posts
    1,383

    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%;
    }

  3. #3
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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
  •  



Click Here to Expand Forum to Full Width