Fix for Firefox’s :focus outline layout bug

Going into geeky web developer mode here:

In a CSS layout, any block-level element that has an outline applied to its :focus state (by default in Firefox and most browsers for accessibility reasons,) and that is also enclosed in a container element that has overflow: auto applied to it (a widely used float clearing method) will potentially break the layout on focus.

The fix for this is to include :focus { outline-offset: -1px; } (or a similar value) in your stylesheet. This fixes the issue in Firefox 3.5.2 Win. More testing to come soon (Opera.)

Introducing NBAPlayoffsbracket.com

Our NBA Playoffs bracket has proven to be very popular over the last few seasons, and now we’re making it easier than ever to access the bracket goodness!

Just go to NBAPlayoffsbracket.com and you will be taken to the latest in updates (currently for the 2009-10 season, but each year will direct to the current bracket.)

And for our experimental NFL Playoffs bracket, we’ve implemented NFLPlayoffsbracket.com to make that just as easy.

Stay tuned for more announcements soon concerning the brackets and Breathingfire.com!