|
Hi everyone,
I am working with a client who has a lot of duplication in her navigation. She would like to have something similar to a breadcrumb trail (in this case it is dynamic graphical content) that reflects each individual way of getting to the page - without duplicating the html page itself.
For instance - the page references.html can be accessed in the drop down navigation from either
Company Profile -> references.html
OR
Services -> Mapping -> references.html
How do I code in the dynamic content associated with the breadcrumb depending on which was clicked? My first inclination is to somehow employ anchors in my calls and the anchors call the dynamic content...
For instance -
references.html#a calls an image for this breadcrumb: Company Profile -> references.html
AND
references.html#b calls an image for this breadcrumb: Services -> Mapping ->references.html
Any help in figuring this out is HUGELY appreciated! Thanks,
Leah
|