breadcrumb trail menu
The breadcrumb trail category menu informs visitors where the are within the category structure of the site. It is very useful for sites that nest categories.
On admin pages, the breadcrumb trail displays a link to the admin menu and logoff.
On admin pages, the breadcrumb trail displays a link to the admin menu and logoff.
CODE
<cfinclude template="#include#/breadcrumbTrail.cfm">
Optional Parameters:
Optional Parameters:
-
attributes.breadcrumbSeparator - Defaults to » (the double arrow). Change the separator to any character.
CSS
/* --- Breadcrumb Trail --- */
#navBreadcrumb
#navBreadcrumb
HTML
<div id="navBreadcrumb">
<a href="#">Home</a> » <a href="#">Category One</a> » Current Category
</div>
<a href="#">Home</a> » <a href="#">Category One</a> » Current Category
</div>


