Help needed

Discussion in 'CSS' started by col, Oct 12, 2006.

  1. #1
    I've got some CSS problems. If you take a look at www.beantrends.com you'll see that the dotted border on the left and right side of the content area won't fill up 100% of the page's height when there's a short text as content. All suggestions will be greatly appreciated.
     
    col, Oct 12, 2006 IP
  2. danbradster

    danbradster Peon

    Messages:
    156
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You could have that displayed as the background of a <div> ranging from underneath the header to the copyright.

    e.g.
    <div>header</div>
    <div class="dots">
    <div>left</div>
    <div>center</div>
    <div>right</div>
    </div>
    <div>copyright</div>

    Doing that the dots reach the height of the tallest of the three content areas.
     
    danbradster, Oct 12, 2006 IP
  3. col

    col Peon

    Messages:
    618
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I'll try that tomorrow. Thanks for the suggestion :)
     
    col, Oct 12, 2006 IP
  4. col

    col Peon

    Messages:
    618
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #4
    It worked out just fine, thanks :)
     
    col, Oct 13, 2006 IP