Archived posts, February 2013
CSS background-position and percent
Using percent to position a background image has its quirks. A workaround is to use calc().
Making elements keyboard focusable and clickable
Either use natively keyboard accessible elements to trigger JavaScript interactions or make what you use instead mimic the appropriate native element as closely as possible.
Fieldset, legend, border-radius and box-shadow
Applying border-radius or box-shadow to fieldset elements that have a legend child element causes strange rendering in some browsers unless you float the legend element.
- Previous month: January 2013
- Next month: March 2013