So it's pretty simple really, in many browsers when you click on an image, or an anchor that is setup as display:block, you will get a border around your image. Removing that click border is important, as it ruins a design and looks amatuer! Here's the simplest solution:
a:hover, a:active, a:focus {
outline:0;
}
Done! No link border on click!
The post is written in very a
The post is written in very a good manner and it entails many useful information for me.MBA I am happy to find your distinguished way of writing the post. Now you make it easy for me to understand and implement the concept.Airport Parking .I really loved reading your blog. It was very well authored and easy to understand. Unlike additional blogs I have read which are really not tht good. I also found your posts very interesting. In fact after reading,valet parking heathrow I had to go show it to my friend and he enjoyed it as well!Thanks so much for this!meet and greet parking I have not been this thrilled by a blog post for quite some time! You’ve got it, whatever that means in blogging.MBA Anyway, You’re definitely someone that has something to say that people should hear. Keep up the wonderful job. Keep on inspiring the people.Airport Parking
I used to be more than happy
I used to be more than happy to seek out this internet-site.I wanted to thanks in your time for this glorious read!! I positively enjoying each little bit of it and I have you bookmarked to check out new stuff you weblog post.
350-018 braindumps
70-293 braindumps
642-901 braindumps
70-663 braindumps
I wonder why many developers
I wonder why many developers don't use that.
The first thing I do when developing a page is:
* {margin: 0; padding: 0;}
:focus {outline: 0 none;}
:active {outline: 0 none;}
But there is some who claim it shouldn't be done because of people who don't use a mouse and wouldn't know where they are when tabbing through the content.
I think the developer of the page (or his client) has to decide what he wants and the outlines are really ugly...
therealAnodyne
Post new comment