|
HTML: Opening links in a <div> instead of a fram
I know that HTML really isn't programming, but I figured this would be the best place for it. What I am trying to do is use CSS <div>'s in a manner somewhat like frames, which I do _not_ want to use. What I would like is for when users click on a link in one div, it will open it in another div.
For example, there are 2 divs on a page, one on the left hand side like a menu with the links, and one in the middle for content. What I would like is for when a link in the "menu" div is clicked, it opens in the "content" div.
Does anyone know how to do this, or if it is even possible? Any help would be appreciated.
|