Click to See Complete Forum and Search --> : div ids


leeutalkin2me
04-03-2006, 02:19 PM
If i have a 3colum-all fluid
with div-ids

mainleft, maincenter, main right.

If i have my navigation menu/links in mainleft and want the link to open a page in for example maincenter. how can i do this without using javascript?

johneva
04-03-2006, 02:36 PM
Not 100% sure what your asking but I think this is what your after. :confused:

Use an include for the nav.

PHP if you got support for it. (http://www.tizag.com/phpT/include.php)

SSI if you got support for it. (http://www.ssi-developer.net/ssi/ssi-include.shtml)

leeutalkin2me
04-03-2006, 02:42 PM
like if i re-designed my site to look like this

http://bluerobot.com/web/layouts/layout3.html

i trying to see how a link would open, rather than having a link open a page and replace the entire page. this way one page would need the menu, and open them in the other parts of the page

hope that makes sense

ray326
04-03-2006, 02:44 PM
You have to use either Javascript or a visible iframe for that.

gooncorp
04-28-2006, 08:31 AM
You could do something pretty similar using an iframe with the border set to 0, and scrollbars disabled if you didn't want them. This way it would look like one page but you wouldn't have to load the menu each time. The only problem would be users bookmarking pages.