First, you didn't check off the box to include MooTools More. Second, you are using a span as your spinner target (an empty one at that). Spinner tries to put itself over an element, which means measuring its dimensions. An empty, inline displayed element has none.
Finally, bugs have been fixed since 1.2.3 (many of them, including a big one with Firefox). Here's an example that's kinda working with 1.2.4. I say kinda, because the styles aren't all quite right and I don't have time to futz with them. http://mootools.net/shell/7U5hM/2/ On Thu, Mar 4, 2010 at 11:55 AM, hamburger <[email protected]> wrote: > here it is: > > http://mootools.net/shell/7U5hM/ > > On 4 Mrz., 19:48, Aaron Newton <[email protected]> wrote: > > I don't see anything just glancing at it, but it would be useful if you > > create a mooshell for it. Note that in the left column there are > > instructions for using ajax. > > > > > > > > On Thu, Mar 4, 2010 at 7:49 AM, hamburger <[email protected]> wrote: > > > Hello, > > > i have a problem with moo-spinner. It doesn't show up. > > > i am using: > > > mootools-1.2.3-core-nc.js and mootools-1.2.3.1-more.js > > > > > my js: > > > > > $('login_text').set('text','Register'); //works fine > > > new Request.HTML ({ > > > url: baseurl + 'js/login/signup.php', > > > spinnerTarget: $('login_text'), > > > useSpinner: true, > > > spinnerOptions: { > > > message: "please wait ..." > > > }, > > > method: 'post', > > > update: $('orgPannel_left'), > > > onComplete: function() { > > > $ > > > ('orgPannel_left').highlight('#fff','#6D84B4'); > > > } > > > }).post($('registerForm_')); > > > > > my css: > > > .spinner { position: absolute; opacity: 0.9; filter: > > > alpha(opacity=90); z-index: 999;} > > > .spinner-msg { text-align: center; font-weight: bold; color:green;} > > > .spinner-img { > > > background:#6D84B4 url(images/facebox_indicator.gif) no-repeat;width: > > > 24px;height: 24px;margin: 0 auto;} > > > > > Any Idea whats wrong here?- Zitierten Text ausblenden - > > > > - Zitierten Text anzeigen - >
