i would like to display a picture and once clicked i would like it to open in a new window. This works fine for IE, however firefox seems to jiggle the code around. i say this as when i look at it with firebug it moves the target="" to before my href="". il show the sample code below:
<li> <a href="http://www.sforsugar.com" target="_blank"> <img src="images/sforsugarthumb.jpg" alt="SforSugar.com" /> </a>
firefox displays as:
<a target="_blank" href="http://www.sforsugar.com"><img alt="SforSugar.com" src="images/sforsugarthumb.jpg"></a>
is this a known behavioural difference for firefox and would i have to enter another line of code specifically for firefox, or am i doing it incorrectly and cannot see it?
many thanks
dave
This post has been edited by Renaissance-Design: 08 February 2012 - 01:15 PM
Reason for edit: Please use the code button or tags to format your code.
Help
















