Multiple submit buttons but no JavaScript
At work I faced a rather tricky problem: on a form with a row of multiple submit buttons (they call it a button row) the rightmost one has to be the default button. So if, for example, you have the buttons a | b | c then button c must respond to enter. With the help of jQuery this would have been easy. Unfortunately, though, the customer wants the form to work properly without any use of JavaScript.
Transparente PNG-Grafiken im IE6 korrekt darstellen
Mit Hilfe von JavaScript ist es wohl doch möglich, ransparente PNGs im IE6 richtig anzuzeigen. Der Artikel Cross-Browser Variable Opacity with PNG: A Real Solution auf alistapart.com erklärt dies im Detail. Wieso kann Microsoft dieses Feature eigentlich nicht per default aktivieren? Technisch machbar wäre es, doch vermutlich passt es politisch nicht so Recht in deren Bild. Wo wäre Microsoft denn, wenn sie plötzlich Standards unterstützen würden ;-)
IE6 und CSS
Leider musste ich heute lernen, dass meine neue Webseite mal wieder Darstellungsfehler im IE6 hat.