How to float something over the page at the bottom right

Discussion in 'JavaScript' started by sunnymonkey, Dec 3, 2007.

  1. #1
    I want to add some information to the bottom of my site that will always be shown and "float" over the top.

    Kind of like this: http://www.comodo.com/

    You see that there is a logo in the bottom right... how can i do that? :)

    Thanks
     
    sunnymonkey, Dec 3, 2007 IP
  2. hrcerqueira

    hrcerqueira Peon

    Messages:
    125
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    try this:
    
    <div style="position: absolute; right: 0px; bottom: 0px;">Your info here</div>
    
    Code (markup):
    cheers.
     
    hrcerqueira, Dec 3, 2007 IP