Forums

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

Home Forums CSS Aside sidebar not filling height

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37937
    KalenJohnson
    Member

    Hello everyone,

    I’m trying to get the sidebar to fill the height of this section. I’ve tried a lot of the height: 100%, min-height: 100%, height: auto;, etc on the aside, on the section it is in, display: block;. I’m not sure what’s going on with it.

    Can anyone give me a pointer here? Thanks. I’m sure it’s something simple that I’m missing
    http://209.126.136.125/brooklyngirl/test/news.html

    Here is the applicable code:

    HTML:





    Brooklyn Girl News



    Followed by news articles

    CSS:


    #news { height: auto; min-height: 100%; display: block; float: left; position: relative; }
    aside#contact-aside { background: url(../images/bg-a.jpg) top left repeat; width: 267px; min-height: 762px; float: right; padding: 25px 15px; margin-right: 25px; border-left: dotted 1px #a5a39a; }
    #news aside#contact-aside { position: relative; height: 100%; min-height: 100%; display: ; }

    Articles are floated to the left, aside is floated to the right…

    Thanks

    #102343
    KalenJohnson
    Member

    Well I got some advice, and I put a background down the right side of the news section. Works well

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.