November 17, 201015 yr Hello Everyone I have been trying to put links so that when at the top of a page, you jump to the bottom of the page, and when you are at the bottom of the page, you jump to the top of the page These are operational in all browsers, however, in IE the wording of the link is duplicated (on the top of the page link only) I see the graphic of the arrow and the word 'down' twice. Does anyone know a fix for this please? My coding is as follows: <div id="topjumplink"> <a name="top"> <a href="#bottom"> <img src="arrow-jumplink3.jpg" width="15" height="20" alt="arrow" title="arrow downwards" /> down</a> </div><!--close top jump link--> <div id="bottomjumplink"> <a name="bottom"> <a href="#top"> <img src="arrow-jumplink3.jpg" width="15" height="20" alt="arrow" title="arrow upwards" /> up</a> </div> <!-- close bottomjumplink --> Thank you Kath
Create an account or sign in to comment