[Proto-Scripty] Re: script.aculo.us syntax ??

2008-10-30 Thread Diodeus

Try changing the way you position your element:


#box {
width:  300px;
height: 300px;
position: absolute;
background-color: #ddd;

}




--~--~-~--~~~---~--~~
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 prototype-scriptaculous@googlegroups.com
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
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: script.aculo.us syntax ??

2008-10-30 Thread uncleroxk

edit

$('box')..scale(150);

TO

$('box').scale(150);


and addition this...

//not working too
$('box').move({x: "125px", y: "150px"});
--~--~-~--~~~---~--~~
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 prototype-scriptaculous@googlegroups.com
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
-~--~~~~--~~--~--~---