• missing xbfish.com image

[CSS] Removed Dotted Line around image

missing xbfish.com image

If you would like to remove this irritating dotted line when users click and hold the image, just do the following on your stylesheet in CSS:

1
2
3
a {
    outline: none;
}

Easy !~ But this would also means it will remove dotted line around all hyperlinks (including text hyperlinks) unless you define a class for it:

1
2
3
a.YOURCLASS {
    outline: none;
}

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">

Spam protection by WP Captcha-Free