Hi guys, I've used animatedcollapse for my div sliders with no flaws. However, I now need to use a table row slider and it isn't performing the same at all. Here is a portion of the table I am using so you get an idea.
<table>
Reply to post...
</div>
<script type="text/javascript">
$(document).ready(function () {
var editor = CKEDITOR.replace( 'newsfeed_status7',
{
toolbar :
[
['Bold', 'Italic', 'Underline', '-', 'Font', 'FontSize', '-', 'Undo', 'Redo', '-', 'MediaEmbed','Smiley', 'SpellChecker', 'Find','Replace']
],
height: '50px'
});
});
</script>
<table width="100%">
<tr>
<td align="left" width="25%" style="padding-left:15px;"></td>
<td align="left" width="25%"></td>
<td align="right"></td>
<td align="right" width="20%" style="padding-right:15px;"><input type="submit" value="Reply To Post" class="submitbtn" /></td>
</tr>
</table>
</td>
</tr>
Reply
07/11/10 03:12:20 PM
Here is what is placed at the footer file:
<script type="text/javascript">
animatedcollapse.addDiv('tr7', 'fade=1') animatedcollapse.addDiv('tr6', 'fade=1') animatedcollapse.addDiv('tr4', 'fade=1') animatedcollapse.addDiv('tr2', 'fade=1') animatedcollapse.addDiv('tr1', 'fade=1') animatedcollapse.ontoggle=function($, divobj, state){}
animatedcollapse.init()
</script>