Image button shows outline when clicking in FireFox

  • Thread starter Thread starter Charlie@CBFC
  • Start date Start date
C

Charlie@CBFC

Hi:

When you click image button in Firefox, a thin, gray dotted line appears
around image. Is there a way to get rid of this?

Thanks,
Charlie
 
I don't believe so. I see this with Firefox and lots of images not just
ASP.Net image buttons. There could be some FF setting somewhere (it's
probably an onfocus issue/feature) but I've never been able to find one.
 
Your right. Just went to Walmart site in FireFox and all clickable images
show the outline. This looks like crap!
 
this is because the anchor has the focus. you can tab to the button and hit
return without a mouse. if you don't like it, with css, make the anchor size
zero. you should then add some focus behavior.

-- bruce (sqlwork.com)
 
Back
Top