Frm2999
08-10-2006, 12:22 PM
I have seen this done before, but I don't have enough experience with Java to make it work.
I have created a website in Dreamweaver that has two cells. On the left there is a navigation cell that has links which just bring you to different sections of that page using named tags. This saves time by skipping the scrolling and bringing you right to certain information.
My problem is that when the user clicks one of the buttons, the page auto scrolls to the corresponding information, but the navigation cell is left at the top of the page; meaning that the user would have to scroll back up to get back to the navigation which defeats its purpose.
Does anyone know a script that would have this navigation cell scroll with the page and always be in view?
I do not expect someone to just drop me the code, although that would be greatly appreciated, but if someone could point me in the direction to a tutorial that would teach me how, that would be all I needed.
I need to learn java, and asking questions seems to be the best way. So, if anyone could help me out, I thank you in advance.
I have created a website in Dreamweaver that has two cells. On the left there is a navigation cell that has links which just bring you to different sections of that page using named tags. This saves time by skipping the scrolling and bringing you right to certain information.
My problem is that when the user clicks one of the buttons, the page auto scrolls to the corresponding information, but the navigation cell is left at the top of the page; meaning that the user would have to scroll back up to get back to the navigation which defeats its purpose.
Does anyone know a script that would have this navigation cell scroll with the page and always be in view?
I do not expect someone to just drop me the code, although that would be greatly appreciated, but if someone could point me in the direction to a tutorial that would teach me how, that would be all I needed.
I need to learn java, and asking questions seems to be the best way. So, if anyone could help me out, I thank you in advance.