Сообщение от subaru
|
что-то никак не могу сделать эффект Appear для элемента,
у которого <div style="display:none>
:
$('id').display = "block";
new Effect.Appear('id');
эффект вроде как работает, но <div> пропадает ( практически мгновенно)
может кто знает как это обойти?
|
а вот так вот:
Notes
You must include a second DIV element, wrapping the contents of the outer DIV. So, if you call new Effect.SlideDown('x'), your element must look like this:
<div id="x"><div>contents</div></div>
http://wiki.script.aculo.us/scriptac...fect.SlideDown