hi
i have set the border attribute to 0 for the img tag, however when an image is clicked which is a hyperlink, when the mouse is clicked there is a thin line that appears along the entire width and height of the image is there a way to remove this thin line using css.
following is the code i am presently using:
<img src="image.jpg" border="0" style="border-style:none">
this seems to work fine in IE not in Firefox
please advice.
thanks
|