Posts: 7
Location: Braintree, Essex
|
Hello all,
I'm new to the forum and am having a spot of bother with anchor labels working in mozilla Firefox. ie.
<A NAME="#blah"></A>from an index framed page to a scrolling page (different sections)
At the moment the setup is this:
<A HREF="misc.htm#foodtemp" target="main" onMouseOver="imgOn('foodtemp')" onMouseOut="imgOff('foodtemp')"><IMG NAME="foodtemp" SRC="graphics/foodtemp_off.gif" WIDTH=180 BORDER=0></A>
<A HREF="misc.htm#irrev" target="main" onMouseOver="imgOn('irrev')" onMouseOut="imgOff('irrev')"><IMG NAME="irrev" SRC="graphics/irrev_off.gif" WIDTH=180 BORDER=0></A>
<A HREF="misc.htm#dispos" target="main" onMouseOver="imgOn('dispos')" onMouseOut="imgOff('dispos')"><IMG NAME="dispos" SRC="graphics/dispos_off.gif" WIDTH=180 BORDER=0></A>
<A HREF="misc.htm#inout" target="main" onMouseOver="imgOn('inout')" onMouseOut="imgOff('inout')"><IMG NAME="inout" SRC="graphics/inout_off.gif" WIDTH=180 BORDER=0></A>
With the <A NAME="#Blah"> </A> element linked around an image.
Any ideas as to what I'm doing wrong? Or can't it be done?
Thanks.
Nikki 
|