I have the following layout:
- Header that stretches across the top of the window
- Left menu that alters the next 3 DIV's:
- Middle content window
- Right content window
- Bottom content window (also stretches across the bottom)
So it is like:
=================
header
=================
|left || middle || right|
================
bottom
=================
So links in the left div need to change the middle, right and bottom divs.
Is there simple code for this, and if not, any solutions?
Thanks in advance,
Matt.