I am making the last finishing touches to a website i've been working on in the last couple of weeks and I noticed that a group of anchor links do not work in MF, although work fine in IE.
I have tried a number of methods to fix this issue, however with no luck. One method I tried was go to the webpage, copy and paste the source code and save it as a new .htm file (note that the live page is written in PHP). I tested it in MF and it worked perfectly therefore I expected it to possibly be a PHP issue! Note that to keep anchor names from producing a gap above each h3 title in IE 8.0 I used display:none; in the stylesheet.
If you would like to view the webpage its located at: If you hover over the top Committee link the anchor links drop down.
The xhtml seems fine to me?
Thank you,
Chris
I have tried a number of methods to fix this issue, however with no luck. One method I tried was go to the webpage, copy and paste the source code and save it as a new .htm file (note that the live page is written in PHP). I tested it in MF and it worked perfectly therefore I expected it to possibly be a PHP issue! Note that to keep anchor names from producing a gap above each h3 title in IE 8.0 I used display:none; in the stylesheet.
If you would like to view the webpage its located at: If you hover over the top Committee link the anchor links drop down.
The xhtml seems fine to me?
Code:
<LI CLASS="Menu_Category MC_First"><A HREF="committee.php#Alex">Alex</A></LI>
<a class="anchor" name="Alex"></a><h3>Alex Dalligan:</h3>
Thank you,
Chris