Showing posts with label size. Show all posts
Showing posts with label size. Show all posts

Tuesday, July 3, 2007

Box Model Hack by Edwardson Tan

Make valid font size in all browsers.

body { font-size: small; }
* html>body {
font-size: x-small; /* for IE5 / Win */
f\ont-size: small; /* fro other browsers */
}