I need a little help with a floating div, or making it static.

Discussion in 'CSS' started by shacow, Jul 10, 2008.

  1. #1
    Hi there,
    I was wondering if someone could help me out here.

    on my page http://shacow.com/dev.html
    I have an image that is supposed to be fixed to the bottom of my main div,

    the idea is, when their is more text on that page, and it become scrollable the image will stay in its place and the text will scroll without the image moving.

    but for some reason that isnt working.

    ive tried

    #foldingathomeprogress {
    text-align: center;
    display: block;
    position: fixed;

    }

    I hope someone can help me because this is driving me insane :(

    thank you all, Shaun
     
    shacow, Jul 10, 2008 IP
  2. shacow

    shacow Active Member

    Messages:
    339
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #2
    can anyone help?
     
    shacow, Jul 10, 2008 IP
  3. yankzilla

    yankzilla Peon

    Messages:
    159
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
  4. 007c

    007c Peon

    Messages:
    611
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Does it need to be selectable? If not just put it in the background and use background positioning. There's other ways tho.
     
    007c, Jul 10, 2008 IP