Re: Skipping navigation tactics

> 
> I would like to provide a 'skip navigation' link at the top of a page, yet
> want it to be as unobtrusive as possible. I know that making the font color

If this is a typical table layout, are you aware of the this tactic:

<table..>
<tr><td>...logo....
    <td rowspan=2>..... real contents ......
<tr><td>....Left hand navigation .....

This meets linearised reading order guidelines, whereas skip links don't.

If it weren't for NS4, positioned divisions would be better.

Received on Tuesday, 20 March 2001 05:13:28 UTC