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
try this: <div style="position: absolute; right: 0px; bottom: 0px;">Your info here</div> Code (markup): cheers.