Page 1 of 1

Script code help needed.

Posted: Sat Feb 13, 2010 1:47 pm
by HairyHarry (imported)
For a website I'm working on for myself, using XHTML with CSS, I want the same type of table of links as featured in this website:

http://www.ecology.co.uk/index.htm

where the table stays in view on the left column no matter how I scroll vertically. As it's done with Javascript, what words do I look for in a textbook?

Re: Script code help needed.

Posted: Sat Feb 13, 2010 2:24 pm
by bella (imported)
hI harry

try this page http://www.jtricks.com/javascript/navig ... _menu.html

it might do what you want

Paul

Channel Islands

Re: Script code help needed.

Posted: Sun Feb 14, 2010 5:44 am
by HairyHarry (imported)
Thank you, bella, now I know that fixed position means in the window, not on the page. I'll get on with it ASAP.