kindragoehler.com

November 6, 2008

Tip of the Day

Filed under: Tip of the Day, Web Design — Tags: — kindra @ 12:35 pm

So, I was playing around with my other blog today, trying to remove the focus outline that Firefox applies to focused links. Adding a {outline:none;} worked on everything except my headers. I tried drilling down the cascade, (example: h3 a:focus {outline: none;}), but it didn’t work. Frustrated, I turned to google. Lo and behold, the answer was quick, easy and awesome. Simply use the wildcard selector!

*:focus {
outline:0;
}

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment