J
J
Guest
Suppose I have two sets of images, A and B. I would like to have them done in such a way that when one clicks on A, B drops to (i.e. relocate at, ~not~ reload at) the bottom of the page and A stays in place, and that when B is clicked, A drops to the bottom and B stays in place.
A frame will be created in between A and B to display additional content.
Is this feasible, and if so, how? (preferably with sample code =) )
Would it be possible to animate the drop (as opposed to just having something disappear and re-appear) as well? If not, it's fine =)
Incidentally, how (un?)wise is it to include Javascript on a webpage that some may access from a relatively primitive computer?
Thank you =)
A frame will be created in between A and B to display additional content.
Is this feasible, and if so, how? (preferably with sample code =) )
Would it be possible to animate the drop (as opposed to just having something disappear and re-appear) as well? If not, it's fine =)
Incidentally, how (un?)wise is it to include Javascript on a webpage that some may access from a relatively primitive computer?
Thank you =)