CSS3 IE8 drops fonts after iframe closes Today I had to triage an IE8 bug related to font's going screwy after iFrame overlays are opened and then closed. Upon further investigation here's what I've found.. Problem You launch an iframe
CSS3 iOS Safari Web Crashes & Fixes Part 1 This week I was tasked with figuring out why certain pages on our site crash on iOS Safari on iPad OS 7.1+. The page I started on was a product listing page.
CSS3 Memory in Motion with KnockoutJS and 3D CSS Animations My goal yesterday was to get some one-on-one time with KnockoutJS as well as try out using 3D CSS effects. Since the whole 3D Flipping animation reminds me of flipping playing cards, and
CSS3 Text Area Width 100% causing you issues? Today I came across a CSS fix (not hack) that solves an issue I've had to face numerous times in the past. The issue is caused when you have a text area with
CSS3 Non-transparent Content over Transparent Background A popular look in web is to put a content container over top of a texture or image. Then fade out the content container's background to allow some of the texture or image
CSS3 Box-shadow, one of CSS3′s coolest features Box shadow's are a new feature to CSS3. The box-shadow property allows Front-Enders to easily implement multiple drop shadows (outer or inner) on box elements, specifying values for color, size, blur and offset.