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.
-
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.
-
Web Browsing Tips #1: Find in Page
Find copy in page in a web page.
-
Web Browsing Tips #2: Tabbed Windows
Using tabbed windows in your web browser.
-
Web Browsing Tips #3: Keyboard Shortcuts
Some web browsing keyboard shortcuts.
-
Redirect your site the Search Engine Friendly way
Using a 301 redirect is important when you change your website URL or web page URL.
-
Remove the WordPress Meta Tag from your Blog
Remove the WordPress meta tag from your WordPress site with this small function.
-
Stay secure, use more than one password
We need passwords for everything, but how can we stay secure and have multiple passwords without having to remember them all.
-
Forward your emails to one address
Find out how, using cPanel, you can forward your emails to one email address.