SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
-
Jan 15, 2008, 17:35 #1
- Join Date
- Feb 2003
- Location
- Australia
- Posts
- 562
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Making div appear at top of screen even if page is scrolled
I'm using AJAX to save form data. When it saves, I've made a little Saving... message appear at the top of the page. However, if you have scrolled down the page a bit, you cannot see the message because it is at the very top of the document.
Is it possible to display that message at the top of the screen even if the page is scrolled?
-
Jan 15, 2008, 18:18 #2
- Join Date
- Dec 2007
- Posts
- 120
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
You could absolutely position it or give it a fixed position, then hide it when the save is complete.
-
Jan 15, 2008, 18:54 #3
Bookmarks