In the link above, next to the DeBeers logo, it has clickable links for Home - Bracelets , and they update according to which page you're on - How can I do that, and can I do it over my Banner Image (and how)
Thanks all!
Make sure to check out my Heroes Fan Film at http://ruesterprod.blip.tv
Re: How do you do this (link) and can it be over an image? by Nicholas Shera on Mar 12, 2009 at 12:32:05 am
Well others will have different ways of doing that, but I would just create the whole site using a Dreamweaver template. You would then make that small region beside where it says "Home" an Editable Region. Then for each html page based off the template, you simply insert the name of the current page into the Editable Region.
As for putting these links over a banner image, as far as I'm aware, you have to absolutely position them, ensuring the div which contains the banner has its positioning set to "relative". The links themselves would be put inside their own div, and you would set the positioning of this div to "absolute". Then you modify the X and Y values appropriately until the links sit exactly where you want them.