Thursday, September 18, 2008

How to stop ridiculous dotted lines around links in Firefox

Use this .css

.noline {
outline:none;
}

It doesn't even have to be on the a tag, it can be on a parent. I know, I know, it's supposed to help the disabled. But what about my eyes? Who's gonna help them?

No comments: