> To: css-d@lists.css-discuss.org
> Subject: [css-d] named anchors in IE
>
>
> I have a css menu
>
> <li><a href="#cad">CAD Operators</a>
>
> <a id="cad"></a>
> when I try to link to a named anchor in ie it does not work what
> am I doing
> wrong?
>

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>

HTH

Ian
IY e-Solutions
http://www.iyesolutions.co.uk

No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.485 / Virus Database: 269.13.14/999 - Release Date: 10/09/2007
17:43

______________________________________________________________________
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