¶ Mozilla 1.0. Stick a fork in it. It’s done and looking good.
Posted a few pikkies from the Mini Rally recently held in Brighton. Check out those wonderfully ridiculous chopped cars – why have a small car when you can have a tiny one?
Like me, Owen Briggs has been struggling with the issue of sizing text using ems and IE PC users with text size set to small. He’s now put together a page detailing all the alternatives an their various effects on browsers. Unfortunately at the time of writing there is not an all encompassing solution.













Comments
1
To get rid of that IE/Win font size problem, give your body or html selector a font-size in percent. Then use ems for all subsequent sizing. Like this:
body {font-size:100%; }
p {font-size: 1em; }
h1 {font-size: 1.5em; }
Don’t know why, but it works.
2
just a quick note to say I love what you have done here…soo elegant and textured and ‘pretty’
3
word
Add your comment
Comments are now closed on this post. If you have more to say please contact me directly.