![]() ![]() |
MemberGroup: Members
Joined: 19-June 04
Posts: 22
|
Nov 6 2004, 08:36 AM |
|
|
I am curious to get input on navigation links. Are users "trained" well enough with top and left navigation that links in these areas do not have to be underlined, but could utilize hover effects instead?
Here's two different approaches. Just curious to hear everyone's thoughts. It may be hard to compare these sites because they aren't the same industry.. feel free to post alternate examples. :-) http://www.thingsremembered.com/webapp/wcs...01_537_-1_Y_537 http://www.nationalcity.com/personal/onlin...ing/default.asp |
||
| Offline | ![]() |
Moderator![]() ![]() Group: Moderators
Joined: 29-August 02
Posts: 5,751
From: Bristol, UK
|
Nov 7 2004, 08:12 AM |
|
|
I like increasing the line-height for body text to help alleviate some of the reading problems. I think with decent sized text and increased line-height, the underline in body text isn't ushc an issue. Though you be careful about having 2 seperate links too close to each other in a line. It makes it more difficult to notice it's 2 links, and to make sure you click on the correct one.
Although it's not about body text as such, Dave Shea's thoughts a while ago on 'big links' is quite good. It's something that we have here a bit too. Where you have forum/post listings, you should be able to click anywhere in the box to go to the forum/post, rather than having to click on the actual wording. Thinking about the same kind of thing for body text can help problems with having too many links. If you can work out a good way of doing it anyway |
||
| Offline | ![]() |
Star Member![]() ![]() Group: 1000 Post Club
Joined: 17-June 04
Posts: 1,760
From: Essex, UK
|
Nov 7 2004, 03:54 PM |
|
|
I believe that a lot has to do with the type of site. If the site is called 'internet for dummies' then the links need to be really be obvious. If however your site is for advanced css/javascript users then the links can be a little more subtle.
The use of CSS to personalize links has a secondary effect. If I choose to print out a page then the links have no value since they don't actually work on paper. You can use css to build a print media stylesheet and remove all the link styles so it looks like normal text - no need for printer friendly pages. And as to the colour blindness thing, blue will always work, if you choose not to underline it then it can still be differentiated. This site explains why: http://more.btexact.com/people/rigdence/co...lours/index.htm |
||
| Offline | ![]() |
Star Member![]() Group: Members
Joined: 13-August 04
Posts: 943
From: Derbyshire UK
|
Nov 8 2004, 02:23 PM |
|
|
Ooh, I've got some opinions on this one.
Firstly, re the wedding site: the mouseover effect should always be *positive*. That means NEVER use underline for normal state with non-underlined for hover. That's awful! It feels like the link is shying away from the mouse. It's a sin. The only hyperlink sin worse than this one is emboldening on hover, which makes the words jump about. There should be a law against that kind of thing. I've written a piece on making links clear. The question is: should we underline links in navigation? I think there are differences between inline links and in-the-nav links, as the question suggests. The key point of using bluing or underlining at all is to differentiate the links - to make it 100% absolutely clear that "This is a link" / "That isn't a link" / "Here is another link", without having to grope with the mouse. K? For inline links, I find permanent underlines to be a bit overbearing, particularly when you get long links of linked items. A little bit of underline is good for highlighting, but (as with anything that emphasises or draws attention), too much of it actually makes everything less clear. These days, I tend to use dotted underline (which IE does as dashes), usually in Blue , and go for red underlined on hover.. Shouldn't we also do this onFocus too, in case someone is using the keyboard?? For links that are part of the permanent navigation, i.e. in side nav bars, top nav bars or tabs etc., the question ought to be "Is it 100% obvious that these are links?" If it is, then you have a choice about using other text decoration. If it isn't obvious without decoration, maybe consider why it isn't obvious. Is the text a different colour from the body text? Another way of differentiating might be to make each link element subtly 3D, so it stands up a bit like a button. Out of interest, here's my link CSS from WDFS: CODE a { text-decoration:none; color:#00c; } p a, li a { border-bottom:1px dotted #33f; /* IE does underline dashes instead of dots, so make it paler */ // border-bottom:1px dotted #99f; } a:visited { color:#33c; } .content_nav a:visited { color:#55c; } a:hover, .content_nav a:hover { text-decoration:none; color:red; border-bottom:1px solid #f00; } |
||
| Offline | ![]() |
|
|
| Lo-Fi Version | Time is now: 9th February 2010 - 06:32 PM |
| Meet our Moderators: | cre8pc : projectphp : sanity : Black Phoenix : bwelford : EGOL : Ruud : rustybrick : AbleReach : swainzy : joedolson: eKstreme: dazzlindonna : SEOigloo: iamlost : RisaBB |