Managing Your Use of
|
TIPTry looking at your site designs in black and white only. If certain elements disappear without color, or if others don't have the proper emphasis, you might want to rethink your strategy. |
Take the example in Figure 6.1. Notice how the underline helps you spot a link in this block of text. However, if you remove the underline, as in Figure 6.2, you have no way of telling where the text ends and the
So, while color is an effective visual cue or indicator for an element such as a hyperlink, it shouldn't be the
only
visual cue you provide. By all means, use color to call attention to elements on your page. Just make sure you send the color in with some backup. Use an underline, a solid border, an arrow symbol, boldface, italicsanything that
Chapter 7. Leaving Breadcrumb Trails
Folktales and fairy stories have much to teach us. Sure, they might seem like kid's stuff, but, if you examine them closely, you find that they tackle the big questionsevil,
Take the story of Hansel and Gretel. Hansel
Nobody wants to be the wicked stepmother in
A breadcrumb trail is a navigation element that helps your visitors figure out where they are in your site's hierarchy by showing the current page's relationship to the rest of the structure. It's like a mini site map for that particular section of the site. This is one of those concepts that makes more sense when you see it. Say an arm of your European folklore site goes like this: Fairy tales
The breadcrumb trail on the Brothers Grimm page is: Home > Fairy tales > Brothers Grimm Moving down to the Rapunzel page, you get: Home > Fairy tales > Brothers Grimm > Rapunzel But on the Cinderella page under Charles Perrault, the breadcrumb trail is: Home > Fairy tales > Charles Perrault > Cinderella
Notice that the breadcrumb trail doesn't try to give the entire site structure. It just shows your visitors the logical path to the current pageand, more importantly, the
Typically, all the items in a breadcrumb trail are links, except for the last entry in the list, which represents the current page. Your visitors should be able to click on any of the previous items and work their way back to the home page.
{% if main.adsdop %}{% include 'adsenceinline.tpl' %}{% endif %}
Breadcrumb trails are extremely useful,
Of course, a breadcrumb trail is only as useful as you make it. Try to position it near the top of the page, right where visitors will see it, as in Figure 7.1. In addition, it's a good idea to distinguish the breadcrumb trail from other types of text navigation. If the breadcrumb trail has the same visual style, as in Figure 7.2, your visitors might not be able to tell what's what. The convention for breadcrumb trails is to use capital and lowercase
Figure 7.1. Try to position your breadcrumb trail near the top of the page.
Figure 7.2. Don't use the same visual style for breadcrumb trails as you do for other kinds of text navigation. Your visitors might not know which is which.
Figure 7.3. Stick with cap/lowercase style for the links separated by greater-than signs, and you can't go wrong.
Finally, breadcrumb trails work best as an alternate method of navigation. All good sites have at least two. Don't try to build your site's main navigation scheme around breadcrumb trails, or you'll have a lot of frustrated visitors looking for the Hans Christian Andersen link when they're stuck in the recesses of the Brothers Grimm area. However, if you supplement a typical
|