Interaction design • webdevelopment • web art • photography
<object>-tag Conformance Test - "An image marked up <img> can have replacement text, but an image marked up with <object> can have replacement markup." [via Dive Into Mark]
look up
I just realized: our ceiling contains a perfect <hr>
.
Antenna mentions a very useful and simple trick to create clickable labels for form-elements in Internet Explorer (something I had up until now been using Javascript-hrefs for):
<INPUT TYPE="checkbox" ID="foo">
<LABEL FOR="foo">click me</LABEL>
I'd like to expand on that and recommend adding LABEL { cursor:hand; } to your style sheet definition so people realise they can actually click on the labels.
For the gamers: "Everything I Needed To Know I Learned From FPS", Part I and Part 2. [via spilth.org]