Forums

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

Home Forums CSS [Solved] repeat-y Help

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

    Hey guys,

    ok so im basically done with this simple design but im stuck! I need to get the images to repeat on the Y 100%, but its not working out. I want to solve the solution properly with css, but i cant get ti to work, i tried floats, absolute position, and a whole but of other trick, can some one help me out!

    the images dont extend below the visible portion, so when you scroll it doesn’t follow.

    http://mamjed.com/ss

    #68550
    darren
    Member

    Its because your sidebar isn’t as long as your main content.
    Put this code in your header.

    Code:

    And apply a class of column to both sidebar and content. This will make the both of them exactly the same height. You may have to take out some of the height restrictions you put on already and just leave them for the jquery to set

    #68576
    mamjed
    Member

    Hey!

    Thanks, I added that and made the height in the css min-height 100%, and it works! THANKS!

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