Javascript

Looking for a script or perhaps some code, on how to get a dynamic content box to move up and down the screen, so from the users point of view is always in the same postition. I want it to disaply content depending on what the user clicks on.

e.g
User clicks on a word in the main html page, and the relveant defintion of that word opens up in the moving box

http://www.wallpapervault.com, has an example instead they have the menu moving up and down the screen as you scroll

Any input appreciated!

Re: Javascript

I think you’re talking about a floating “menu” type script. Here’s an example:
http://www.dynamicdrive.com/dynamicindex1/staticmenu.htm

Re: Javascript

Or maybe something like a slideshow:
http://www.codelifter.com/main/javascript/float_slideshow.shtml

Re: Javascript

Thx :-)