when i click on anchor tag - a dotted border come around my anchor text. the is is coming in IE7,IE8 and firefox. I have used.
a{ outline:none; }
this works as expected.But i need to clear the cache of my browser. Unless and until i don't clear the cache in my browser that dotted line appears around my anchor text.
Could anybody please tell me why always I am required to clear cache everytime to make outline property work. Is there any solution that without clearing the cache that dotted line will disappear.