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?
Script code help needed.
-
HairyHarry (imported)
- Articles: 0
- Posts: 237
- Joined: Mon Jul 05, 2004 2:01 pm
-
Posting Rank
-
bella (imported)
- Articles: 0
- Posts: 853
- Joined: Sat Jan 26, 2002 2:55 pm
-
Posting Rank
Re: Script code help needed.
hI harry
try this page http://www.jtricks.com/javascript/navig ... _menu.html
it might do what you want
Paul
Channel Islands
try this page http://www.jtricks.com/javascript/navig ... _menu.html
it might do what you want
Paul
Channel Islands
-
HairyHarry (imported)
- Articles: 0
- Posts: 237
- Joined: Mon Jul 05, 2004 2:01 pm
-
Posting Rank
Re: Script code help needed.
Thank you, bella, now I know that fixed position means in the window, not on the page. I'll get on with it ASAP.