I am using this plugin: http://www.dynamicdrive.com/dynamicindex17/animatedcollapse.htm
The DIV im using the plugin on is located at the bottom of my page. when I expand the div, it expands but is there anyway to automatically stick to the bottom of the page during the animation?
I have tried for hours and you guys are m
edit: *m hahha you guys are my only hope now.
think like so:
I have a page which is 1024×1024. in that page I have a div which is 100x100px and a hyperlink.
when I click on hyperlink it uses the plugin to expand the div to 2048px. twice the original frame size. and then the scrollbar to left appears. What I want is that the page sticks at bottom during the animation so that the user doesnt need to scroll down by himself. The link I poster has the code I have used.
If you want code that automatically scrolls to the bottom of a box with a scrollbar, check out
jQuery’sscrollto plugin here. Thanks @Patrick..scroll()method