puffnstuff
10-31-2009, 01:24 PM
Not sure if this has already been discussed somewhere.
I have buttons and other images which are being hyperlinked. I don't want the default blue and purple borders around the images. So I had set border=0 in the image tag.
This was working fine for all browsers. Not sure when things changed, but possibly an upgraded version of FF, but now in FF (i'm using version 3.0.15), the purple border appears around the image after it has been visited.
I've also tried various forms in the css, such as border:0 and border:none, but it doesn't seem to have any effect. When you click on one of the buttons on the left side, then hit the back button to return to the previous page, the button has a purple (visited) border, and also the hover attribute is stuck, as the button is still highlighted. The only way to get rid of this is to move the mouse and click somewhere else on the page.
EDITED TO ADD: I've also just added this code to my CSS, but it doesn't seem to be having any effect:
a:link img, a:visited img, a:hover img, a:active {border:none;}
What am I missing? :confused:
Does anybody know how I can correct this?
Here's my site:
bossteel.com (http://www.bossteel.com)
Thank you in advance for taking your time to have a look. :)
I have buttons and other images which are being hyperlinked. I don't want the default blue and purple borders around the images. So I had set border=0 in the image tag.
This was working fine for all browsers. Not sure when things changed, but possibly an upgraded version of FF, but now in FF (i'm using version 3.0.15), the purple border appears around the image after it has been visited.
I've also tried various forms in the css, such as border:0 and border:none, but it doesn't seem to have any effect. When you click on one of the buttons on the left side, then hit the back button to return to the previous page, the button has a purple (visited) border, and also the hover attribute is stuck, as the button is still highlighted. The only way to get rid of this is to move the mouse and click somewhere else on the page.
EDITED TO ADD: I've also just added this code to my CSS, but it doesn't seem to be having any effect:
a:link img, a:visited img, a:hover img, a:active {border:none;}
What am I missing? :confused:
Does anybody know how I can correct this?
Here's my site:
bossteel.com (http://www.bossteel.com)
Thank you in advance for taking your time to have a look. :)