Digg/Stumbleupon Bar

456 views Asked by At

I'm looking to see if it's possible to implement a "bar" like you guys have, along with Digg, Stumble upon and other websites.

I have no idea what it's even called - frameset, iframe of sorts but I can't even think of a proper title to search google..

Can you help?

1

There are 1 answers

0
Kimmo Puputti On

You can have a normal div tag (or whatever tag you want to use) with CSS position property set to 'fixed'. Then the element can be positioned where ever you want and scrolling the page doesn't affect the position.