Forums

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

Home Forums CSS [Solved] trying to put a background behind existing div tags

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

    a follow up to my last css inquiry about placing a color box behind some div tags. I started with a .pageContent div tag for the main div tag. i then gave the index1Behind tag an absolute position and grey color which works great with the three nested div tags. but having done so the following div tag .pageContent.half now rides up the page as does the footer.

    this quagmire can be seen at http://www.thomasdrotardesign.com/htdocs/index.html

    any idea on how to push the .pageContent.half below beneath the .pageContent div tag where it belongs

    post for code pen is:

    http://codepen.io/drotars/pen/Ejogjj

    thank you for taking the time.

    #204365
    drotar
    Participant

    FIXED IT. TO PLACE A DIV TAG BEHIND OTHER DIV TAGS AND DO A BACKGROUND COLOR SIMPLY ADD overflow: auto;

    thanks for your time

    #204366
    drotar
    Participant

    FIXED IT. TO PLACE A DIV TAG BEHIND OTHER DIV TAGS AND DO A BACKGROUND COLOR SIMPLY ADD overflow: auto;

    thanks for your time

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