I put the queue position in containing quotes, and the below still fails.....Firefox 1.5.0.4 and Safari 2.0.3.
<a href='' front'}); new Effect.Scale(this,200,{queue: 'end'});'>some text</a>

this works:
<a href='' >some text</a>


any idea where the syntax error is ?




Just in case, the CSS for the containing DIV is:
.diffnextsec {
  position: absolute;
  left: 702px;
  top: 464px;
  font-family: Verdana, Helvetica, Arial;
  font-style: italic;
  font-size: 11px;
}





many thanks 

g



On Jun 24, 2006, at 11:21 AM, Siegfried Puchbauer wrote:

you have to put the queue position into single quotes....

new Effect.Scale(this,50, {queue: 'end'}); new Effect.Scale(this,200,{queue: 'end'});

hth

On 6/24/06, Graham Anderson <[EMAIL PROTECTED]> wrote:
this works:


but this does not:


what is the correct syntax for using queue ?

many thanks as I have just started wrapping my head around scriptaculous

g
_______________________________________________
Rails-spinoffs mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs



--
Mit freundlichen Grüßen

Siegfried Puchbauer
_______________________________________________
Rails-spinoffs mailing list

_______________________________________________
Rails-spinoffs mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to