Text-Resize Detection
The latest issue of A List Apart features a very nice article on detecting text-resizing. It is acctually a neat trick. They use a span with a single space inside to detect when a user resizes the text. Absolutely briliant. A few implementations hit me right away, but is the text resizing we use today really the anwser? Does a user really need to only resize the text (ok, you can use fluid layouts, but that is not what I consider resizing). I find the Opera and IE7 implementation of this much better as the whole site is zoomed and not resized. After all isn't that what the visitors should do? It does not break the design, does not take extra hours of coding and everybody is happy in the end. Anyway still a good read!

