Forum Moderators: open
thus, it is effectively a frame, except that it is using layers.
i hope i made myself a bit more clear?
So you're not targeting the same div with each link, instead you are switching the visibility of several divs on and off -- but they are all displayed in the same position on the page.
I've used this approach with text content, but it should work with images just as well. However, I only did this to be comaptible with a previously existing CMS. It's much more complex than an inline frame, and it fails without javascript.
In most cases, I would recommend an iframe to achieve this effect, rather than ising javascript to switch the display rules for multple divs.