Forums

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

Home Forums CSS Problems with two parallel divs

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

    Hey,
    i have a problem:
    for my wepbage i need two parallel divs. They have to repeat the bgimage in a parent div downwards. So i think the "content"-div has to be relative an the left- and right-Column have to be absolute ?!
    But with this code my side does not repeat the image downwards.
    Only if i turn both columns relative the bgimage gets repeated, but the columns are among each other.
    I really don’t know how to fix that problem !
    Can you please help me ?

    <div id="content">
    <div id="leftcontent">blabla</div>
    <div id="rightcontent">blabla</div>
    </div>

    Thank you

    #48103
    piea
    Member

    i fixed the problem,
    i toot the right column before the left, and gave only the right one float:right.
    thanks for your support !

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