Should you remove the border on clicked links
Dotted borders on clicked links are there for accessibility and usability so only remove if necessary. Find out how.
Firstly, dotted borders on clicked links are there for a reason – For accessibility and usability. They may not look pretty on your newly designed website but some folk rely on them to get around the web. Therefore only remove if strictly necessary.
Here what they look like:
The selector and declaration you need to insert in your stylesheet is:
*:focus {outline: 0;}
A better way to do is to only use this on certain elements. For example Safari adds an ugly blue box on form text field elements to highlight that you’re in a certain field.
Great on the majority of forms and you should probably think about keeping them but for fields such as your search box then you can add text to this, which will highlight when tabbed on.
So you can remove it from this. To do this include the following in your text field style.:
outline: 0;
Have a go for yourself – first, tab your way around your website and notice how easy it is to know what link you’re currently on. Now, add the focus selector to your stylesheet and try to navigate around your site now… Almost impossible, right? As with anything, web-wise, you have to know when you can and can’t do something and when it will affect your site users.
-
HTML email signature in Apple Mail
Step by step guide on how to add an HTML signature to Apple Mail.
-
Secure your WordPress Blog
A guide to securing your WordPress website.
-
HTML email signature in Gmail
How to add a HTML signature in Gmail, without any text-decoration for links
-
Remove p tags from category description
By default Wordpress adds paragraph tags to category descriptions. Find out how to stop this.
-
DIV align bottom right (or left!)
Find out how to align a DIV to the bottom left or right.
-
Website Dimensions and Designing for the Web
What browser size should you design your website. Find out more.
-
Root Path and Configuration of your Website using php
Display the root path and configuration of your website by uploading a php file to your website.
-
HTML email signature in Zoho Mail
How to add a HTML signature in Zoho Mail. A very easy and stable solution.
-
FREE EU Cookie Law Script
If you haven’t already implemented the changes then we’ve put together a little bit of code to help you.
-
Remove the shadow from Mac Screen Grabs
How to remove the shadow from Apple Screengrabs.
-
10 Useful Sites for Web Developers
Some useful websites for web developers.
-
3 FREE Apps to protect your PC
A few free apps to help you protect your PC.