Click to See Complete Forum and Search --> : Frameless Navigation


mili
05-03-2003, 12:17 PM
Hi,

I have a page with 3 frames: top banner frame, left navigation frame and a right content frame. The left navigation frame has a bunch of links that targets to the right content frame.
Now, I want to get rid of frames and use <div>'s instead for navigation from left to right.How can I do this?

Thanks,

mili
05-03-2003, 05:17 PM
Each link on left menu is linked to a certain content. In frames, we make these pieces of contents as individual pages and when a link is clicked on left menu, we target the corresponding page on the right frame.
Instead, is it possible to have all the content pages combined in a single page and name each piece of content with a div id? when a link on left menu is clicked, we should be able to hide all the div's and show only the corresponding div that is related to that link.Is this possible? If it is, I would like to know how I can show/hide divs when a link in clicked on left menu.
I understand it is a very cumbersome way of doing, but do you suggest any other way of frameless navigation?

Thanks,

Vladdy
05-03-2003, 08:49 PM
Originally posted by mili
...Instead, is it possible to have all the content pages combined in a single page and name each piece of content with a div id? when a link on left menu is clicked, we should be able to hide all the div's and show only the corresponding div that is related to that link.Is this possible? ...
Thanks,

check this (http://www.vladdy.net/Demos/ContentSlider.html) out.