Div Position trouble

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dcahrakos
    New Member
    • Jun 2008
    • 4

    Div Position trouble

    im having a little bit of trouble getting a div to display in the proper place, no matter what I try...just wondering if anyone can help with this....

    what I need to do is place a div called content-bottom right after the content area, but before the footer area...

    Here is the page: http://gamersig.net/v3/

    and here is a link to the CSS File: http://gamersig.net/v3/site.css

    Thanks in advance.
  • hsriat
    Recognized Expert Top Contributor
    • Jan 2008
    • 1653

    #2
    I could not find your content buttons and content area. I think you made a change after posting the question here.

    Comment

    • dcahrakos
      New Member
      • Jun 2008
      • 4

      #3
      There were no actual content buttons...I need to get a div called content-bottom to display after the main content div, and the content bottom div uses this image:



      as its background so it can complete the content area and look proper.

      Comment

      • hsriat
        Recognized Expert Top Contributor
        • Jan 2008
        • 1653

        #4
        Perhaps you forgot to fix height of the content-wrap.

        I think this is not the only content you have to write inside the content main div. So write the whole stuff and fix the height accordingly.

        If its a database content and would be variable, then you would need to do another fix.

        PS: I misread bottom as buttons. My fault.

        Comment

        • dcahrakos
          New Member
          • Jun 2008
          • 4

          #5
          Yeah, all data is pulled from a database and the page height is always changing..

          I tried putting the div in a few different places in the html code, but no matter where I put it it wont display right after the content area..im guessing ill need to use CSS to position it correctly, but im not sure of what exactly to do.

          Comment

          • dcahrakos
            New Member
            • Jun 2008
            • 4

            #6
            I got it fixed, I got rid of the footer, and just used the footer div to end the content area..looks good and works just as well.

            Thanks for the help though.

            Comment

            Working...