2

Stack Overflow has a horizontal welcome bar at the top. Can anyone suggest how can I implement a similar bar on my website? Is there JavaScript that defines this function? I'm not technical but learning.

rene
  • 41,474
  • 78
  • 114
  • 152
user432602
  • 31
  • 1
  • 5
  • 2
    Take a look at this answer http://stackoverflow.com/questions/659199/how-to-show-popup-message-like-in-stackoverflow/659243#659243 –  Mar 04 '11 at 01:33

2 Answers2

3

use jquery. use jquery. use jquery.

for demo see

http://jsfiddle.net/uFhqt/4

Mahesh
  • 2,186
  • 16
  • 17
0

Dojo has an UpgradeBar that dopes this:

http://trac.dojotoolkit.org/browser/branches/1.6/dojox/widget/UpgradeBar.js

http://trac.dojotoolkit.org/browser/branches/1.6/dojox/widget/UpgradeBar

mwilcox
  • 4,065
  • 23
  • 20