PDA

View Full Version : Those ugly dotted lines on buttons/links


bgspoonz294882
05-26-2009, 04:10 PM
One stickler for me is the ugly dotted lines that show when you click on a button/link... I really hate those. And, I see that with the 'live demo' of PowerCMS they are there... how about removing them, makes the whole thing look even cleaner, fix is simple css:


Add this in ur stylesheet:
a:active, a:focus {outline:none;}

NetHawk
05-27-2009, 01:09 AM
Well these "ugly dotted lines" have a purpose: they show, where the focus is, if you want to use a page without mouse. But if you don't care about accessibility, your fix is OK.

bgspoonz294882
05-27-2009, 01:14 AM
^ your absolutely correct... I guess I'm thinking of the visitors by number, much like which screen size does one design for...