Kelly wrote:
Quote:
Can some please provide me an example of how to do layers. |
http://www.greytower.net/en/archive/...es/layers.html Quote:
I'm trying to create a webpage with dynamic html. Here's how the webpage
should behave:
On the left side of the page will be some staff names.
On the right side of the page will be the place where the staff
picture will appear. |
Plenty of two column layouts.
http://dorward.me.uk/www/css/#templates Quote:
When a name is clicked on then that correspondence staff picture
should appear on the right and that name should be highlighted. |
Oh dear. Sounds like you are trying to emulate frames using JavaScript. This
will create most of the problems of frames, plus a few additional ones.
Just do what most people do - create pages with shared elements duplicated
in each. Its the most compatable method. You can use some process to give
the link to the current page a different class (so it can be styled
differently)
http://www.allmyfaqs.com/faq.pl?Incl...ile_in_another
--
David Dorward
http://dorward.me.uk/