View Full Version : layer linking question, not sure how!


vadimo
07-09-2006, 12:14 AM
Hello, I made CSS site, got few questions about linking pages.

I made index page with layers and main layer where all the contect will go called "mainlayer" how can i target all the links into just that layer?

Right now i have copied index page into diffrent page and change content in every "mainlayer", but its annoying because now every time i click link page reloads.

Im very confused but i really want CSS based site.

Thanks

pb&j
07-09-2006, 08:22 AM
css wont do that.
it will style whatever you have on the page, but it will not create a linkable area.
for that you need to get into frames or iframes.

vadimo
07-09-2006, 09:17 AM
ok is ther anyway to stop page reload every time i click another link?

JadeLily
07-09-2006, 04:43 PM
no, you have to have frames for that. the page will always "reload" when you click a link.