CSS Border not displaying

Discussion in 'CSS' started by Notting, Oct 24, 2010.

  1. #1
    Hi All,

    I cannot get the border to come all the way down on this page:

    http://www.silkwoodsilk.com/blog/?p=10
    HTML:
    Any suggestions would be much appreciated!

    Many thanks,
    Notting
     
    Notting, Oct 24, 2010 IP
  2. scriptinstaller

    scriptinstaller Peon

    Messages:
    109
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Not going to look at your page, just say it.. You're browsers don't know how to determine height...

    margin: 0 auto;
    overflow: hidden;

    try it

    the overflow: hidden is the trick but it also requires proper CSS so it can tell what height.. you may need more <DIVS>
     
    scriptinstaller, Oct 24, 2010 IP
  3. GWiz

    GWiz Peon

    Messages:
    359
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Try adding a float:left; to #inner
     
    GWiz, Oct 24, 2010 IP