Floating in the Pre-Css Era
Wednesday, October 22nd, 2008 Posted in HTML, css | No Comments »Today I learned a fact about HTML which had somehow alluded me for many years. Having been working on web-related projects for so long, the mind boggles as to how I could possibly have not picked up on this in ...
Image Submit in IE 6
Monday, November 19th, 2007 Posted in Browser Quirks, HTML | No Comments »I've just run into a little gotcha with the "image" type input tag in HTML: <input type="image" src="foobar.gif" name="my_parameter" value="5" /> In Firefox, and probably every other browser other than Internet Explorer, clicking this submit button will post to the next page 3 parameters: "my_parameter", ...