Google Voice Explaned

February 22, 2010

I love Google's (or the studio they hired) direction with their product promo videos. Nice stuff.

via Google Blog

IE 8 only CSS

February 19, 2010

We all have a special place we'd like Microsoft's little browser to go, cough Hell cough. For now targeting the IE's, using conditional comments or CSS hacks is my only solution when backed in to a IE only corner. This little CSS hack has worked out just fine.

.div_block { color:Blue; color:Red\9; *color:Blue; }

  • First Blue: for all browsers.
  • Only IE8 will be Red.
  • Second Blue: IE6,7 Only

This piece of code saved my day, hope it does the same for you.

← Past