E-com DevBlog Spider-ball-vacuum

21Jan/100

Firefox 3.6 Released – and a css fix for it.

firefox-3-6-released-and-a-css-fix-for-it

Firefox 3.6 dropped today, and I jumped on board and installed it immediately. Then to my surprise, shock, and horror, my favorite Firefox CSS fix failed. a:focus{ -moz-outline: none;} no longer works in 3.6. I tried google-ing (futile effort on the day of the release might I add) for a solution and nothing. But fear not, I played around and found one.

instead of a:focus { -moz-outline: none; } you use a:focus { outline: none; }. Seems that they no longer require a Firefox only declaration (although you may want to use both -moz-outline and outline so that less-than 3.6 users still don't see those fun dotted boxes).

Print This Post Print This Post