24 May 2011

Fixing the flash of no-JavaScript styles

The flash of no-JavaScript styles (FONJS) happens when styles need to be applied to certain elements, but only if JavaScript is enabled. If the JavaScript doesn’t execute fast enough, the user may briefly see the no-JavaScript styles.

An example of where FONJS can occur is a tab interface, which consists of … read more

posted by Cory Duncan

thinking about… Accessibility, CSS, JavaScript comments (0)

15 September 2009

Don’t lose your :focus

CSS resets are great. Without them, our jobs as UI developers would be much more frustrating, or at the least, more tedious. They give us a (mostly) level playing field when building user interfaces that work across multiple browsers. My personal favorite, and probably the … read more

posted by Cory Duncan

thinking about… Accessibility, CSS comments (0)

21 May 2009

Fixing the IE8 Form Button with Background Image On Click CSS Bug

That’s really the best title I could come up with to describe this head-banger of a bug I’ve encountered. I searched and scoured the tubes of the Internet, but couldn’t find anyone talking about it, so I thought I’d share my experience so far.

From my testing, I’ve found this is … read more

posted by Cory Duncan

thinking about… CSS, HTML, Research comments (19)