onorientationchange=”updateOrientation();” Where updateOrientation(); is the function that will run on orientation change.
Monthly Archives: November 2011
CSS: text-shadow property
Right off the bat: as of nov 2011, it is not compatible with IE 9… shame on IE. Example (putting a small white shadow on black text below). First parameter is horizontal alignment, second is vertical, third is blur. In this case we are just using the second, setting it to a light shade of […]