I Need some Help

Discussion in 'HTML & Website Design' started by rfizzle, Jun 5, 2009.

  1. #1
    Hello, I have a question. How do you make a small image stay at the same place on your browser as you scroll. Like when you go to instantssl.com and see that SSL Logo at the bottom right follow when you scroll. It may be a noob question but I haven't learned how to do that yet. Thanks. :D
     
    rfizzle, Jun 5, 2009 IP
  2. twistedspikes

    twistedspikes Notable Member

    Messages:
    5,694
    Likes Received:
    293
    Best Answers:
    0
    Trophy Points:
    280
    #2
    you could do it a few ways:

    1) a frame - not recommended but it would work.
    2) Javascript - probably the best way
     
    twistedspikes, Jun 5, 2009 IP
  3. billyshall

    billyshall Active Member

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #3
    You can do it with css...

    .style { position:absolute; bottom:0; right:0; }
     
    billyshall, Jun 5, 2009 IP