Lets say I have this div imbedded in my page:
<div id='systemWorking'><img src='spinner.gif'>Saving...</div>
And I have a list with 1000 entries and the user has scrolled down mid
way... if I unhide the spinner using this:
document.getElementById('inProgress').style.display = 'inline';
It shows but it shows in the location where it's imbedded in the page (top,
bottom etc.) but not necessarily viewable to the user. I want to
reposition the div so that its always centered in the screen.
How does one go about this?
Thanks,
Pete
--
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en.