I tried to follow a tutorial on creating an Apple-inspired breadcrumb trail. I referenced the tutorial here:
Even after examining the updated example and downloading the source code from this link:
I'm confused about how only the HTML and CSS can identify the current page. When my browser is on "", it recognizes that I'm on that page. However, where in the HTML or CSS does it specify that the breadcrumb should exclude graphics for subsequent pages and fade out the graphic of the current page?
Apologies for the basic question! xD
UPDATE:
Now that I've figured that out, does anyone have a suggestion for the simplest way to implement a script with this tutorial?