JChristian
May 28th, 2008, 07:07 PM
Hey. I have the following code working with my scriptaculous / prototype js files.
<a href="javascript:Effect.toggle('sec1','slide',{duration: 2.0, scaleX:true, scaleY:false});">ONE</a>
<a href="javascript:Effect.toggle('sec2','slide',{duration: 2.0, scaleX:true, scaleY:false});">TWO</a>
<a href="javascript:Effect.toggle('sec3','slide',{duration: 2.0, scaleX:true, scaleY:false});">THREE</a>
<div style="overflow:hidden;height:100px;width:100px;position: fixed;">
<div id="sec1" style="height:100px;width:100px;background-color:#D5D5D5;float:left;position:relative;"> BLAH BLAH BLAH 1</div>
<div id="sec2" style="height:100px;width:100px; background-color:#ABABAB; float:left;position:relative;"> BLAH BLAH BLAH 2</div>
<div id="sec3" style="height:100px;width:100px; background-color:#030303;float:left;position:relative;"> BLAH BLAH BLAH 3</div>
</div>
But it keeps throwing an error "element.down() has no properties" effects.js line 728 anybody have any ideas as to how to fix it so that toggle / slide work left to right instead of up & down ??
<a href="javascript:Effect.toggle('sec1','slide',{duration: 2.0, scaleX:true, scaleY:false});">ONE</a>
<a href="javascript:Effect.toggle('sec2','slide',{duration: 2.0, scaleX:true, scaleY:false});">TWO</a>
<a href="javascript:Effect.toggle('sec3','slide',{duration: 2.0, scaleX:true, scaleY:false});">THREE</a>
<div style="overflow:hidden;height:100px;width:100px;position: fixed;">
<div id="sec1" style="height:100px;width:100px;background-color:#D5D5D5;float:left;position:relative;"> BLAH BLAH BLAH 1</div>
<div id="sec2" style="height:100px;width:100px; background-color:#ABABAB; float:left;position:relative;"> BLAH BLAH BLAH 2</div>
<div id="sec3" style="height:100px;width:100px; background-color:#030303;float:left;position:relative;"> BLAH BLAH BLAH 3</div>
</div>
But it keeps throwing an error "element.down() has no properties" effects.js line 728 anybody have any ideas as to how to fix it so that toggle / slide work left to right instead of up & down ??