bubblegum
07-29-2004, 09:07 PM
Is it possible to keep a certain text area fixed on my page, with text next to it scrolling? Allow me to clarify: I would like to keep navigational text to the left of the screen, with content text the only scrolling text, to the right of the screen, keeping the navigaitonal text always on the screen.
Any suggestions?
Chris
07-29-2004, 09:23 PM
I would use frames. Check out: http://www.lissaexplains.com/frames.shtml
Hope that helps
Chris
fahad
07-29-2004, 10:06 PM
Ya use iframes.. using textareas thats something confsuing and textareas are not for navigations.. I can help you with Iframes.. they are very easy.. i have a whole tutoeail on them too.. C:/troubleshoot (http://www.geocities.com/alkaholicvirgo89/help.html) or go try lissas tutorials!
horse*chica
07-29-2004, 10:48 PM
Like Chris suggested, use an iframe, with perhaps a div that is absolute positioned to hold your navigation. :)