Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS sidebar color height

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #31897
    chanman
    Member

    I have a problem with my sidebar color height
    check out the site.
    The parsons pantry
    I can declare a specific height and it will work with my computer but when you different computer screens the width is different. This is what I have.

    div#sidebar{ padding: 15px 0 0 25px;
    }
    div#sidebar ul{
    font-weight: bold;
    width: 145px;
    float: left;
    padding: 0 0 0 15px;
    background-color: red;
    font-size: 20px;
    list-style: none;
    height: 330px;
    }

    div#sidebar li a{
    color: black;
    text-decoration: none;
    }
    #56402
    soap
    Participant

    Does not compute. Different widths?

    #56405
    Morten
    Participant

    Try

    overflow:hidden

    on

    div#sidebar ul
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.