View Full Version : If div is the choice to replace frames...


Captain Bob
07-22-2006, 03:06 AM
...using a page designed with a div header, left div menu, and right div for content, is there a simple way to load the content div from a link in the menu div? Or is it necessary to load the entire page with the header and menu along with the chosen content information?

pb&j
07-22-2006, 08:50 AM
css = load full page with new content in the spot.
iframe = load new content in small window on page.

Captain Bob
07-22-2006, 11:10 PM
Thanks for confirming what I thought the answer was. It sure makes it easier to complete my project...

pb&j
07-22-2006, 11:18 PM
no worries. try to clarify and help if possible.