Hi there,
I need to make it so that an element which would normally (depending on resolution) be off the bottom of the viewable area of a page, be floated at the bottom of the page and follow tha page down when scrolled (in a similar way to the effect of position:fixed in css).
However I need that element to then stop and stay where it is when it reaches where it would have been naturally, if that makes any sense!
Ideally if the css/js isn't supported the element should also appear in its 'natural' position.
Any ideas on the best way to deal with this ? Anyone know of any existing jQuery plugins that might help ?
Many thanks,
Stu