tags:

views:

139

answers:

2

Hey there,

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  A: 

Digg uses frames. I'm not sure if its an iframe or regular old frame.

On StackOverflow, its a javascript/css thing. Here is one for jQuery.

http://www.dmitri.me/misc/notify/

Daniel A. White
+2  A: 

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.

Kimmo Puputti