Forums

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

Home Forums CSS [Solved] Need help with my page!

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #28263
    Alekhoff
    Participant

    Hey, if you look at this example;http://test.designerzi.com/

    I cant get the div behind these two divs to follow them when they go down?
    Anyone who knows how i can fix this ?

    #71949

    Add

    Code:
    overflow: auto;

    to #back-content. It’s a way to clear floats without an extra div!

    #72012
    Alekhoff
    Participant

    Thanks, the overflow code worked nicely :D

    I’m sorry if i explained some parts bad, but im very new to this css & html thingy so i didnt really know what to ask for other then what i already have asked for;)

    Thanks again for the overflow code, worked like a charm ! :D :D

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