|
bobby -> RE: How to keep navigation buttons on the screen (12/2/2004 17:22:43)
|
There are three ways that I know of... First, you can use a frameset... [:'(] That creates seperate "frames" for the page, so that the navigation gets its own frame that scrolls independantly. It's probably the easiest way to set it up... but there are long lists of reasons why you wouldn't want to use frames on a website. Second you can use javascript to "float" your navigation on the left side and fix it so it doesnt move. Better than frames, but will require javascript to be enabled in the browser... if it isn't then your visitor is SOL Also, this can be a little bit "jumpy" - as in it fidgets on the screen while you scroll... Third, and what I'd recommned trying, is to use CSS to fix the position of a DIV containing the navigation so that it stays put... This last method may not work in all browsers (like IE...) you'll have to do some playing to find out... Hope that helps!
|
|
|
|