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.
Asked
Active
Viewed 806 times
2
-
2Take 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 Answers
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