Jump to content

img border in Firefox


dumdumsareyum

Recommended Posts

I have a somewhat weird problem with firefox. Whenever an image link is clicked a dotted border appears around the image that is the same color as my a:hover setting before you are directed to the next page (in FF 3.0, earlier version shows a black dotted border).  Then if you click the back button in the browser and hover over the image that was previously clicked, the colored dotted border shows up (the black dotted border does not appear in hover state on the earlier version) I checked in IE7 and safari, and neither the dotted line never makes an appearance. The following rules apply:

img {
border: none;
}

a:link {
        color: #0c3d1f;
text-decoration: none;
}

a:active,
a:visited {
        color: #0c3d1f;
text-decoration: none;
}

a:hover {
color: #D46400;
text-decoration: underline;
}

 

website is www.texaslost.com/forum if you would like to see for yourself. Thanks

Link to comment
https://forums.phpfreaks.com/topic/106699-img-border-in-firefox/
Share on other sites

If you are using firefox 3 (as you said), it is still a beta version, and as such may have internal bugs that are not easy for you to fix. I would recommend developing first for firefox 2, then if you want, you can throw in a separate style sheet with a conditional comment for firefox 3. But very few people are using FF3 now, and most of those who are are devlopers. And anyone using FF3 is going to recognize that there may be discrepancies in it due to it being a beta version.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.