On 12/9/07 (11:30) Ian said:

>If I read you right you are using <a id="cad"></a> as anchor.
>
>Should read <a name ="cad"></a>
>
>Then wherever you need to go there :
><a href="cad">Go to CAD</a>

Oh, I was under the impression that id was the way forward for
identifying document fragments, with name being used for legacy support
of older browsers.  I do recall reading advice that said to use both to
be on the safe side, eg:

<li><a href="#cad">CAD Operators</a>

<a id="cad" name="cad"></a>

-- 
Rick Lecoat

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to