IE6 z-index bug
Monday, June 16th, 2008 Posted in Browser Quirks | No Comments »I ran into an IE6 bug the other day which I've encountered a few times before and managed to workaround without really knowing the true cause. This time I decided to look into what was actually going on. The problem is the way ...
More fun with IE6
Monday, November 19th, 2007 Posted in Browser Quirks, GD | No Comments »Marks last post reminded me of a little gotcha I came across with IE6. Generally when using GD or any such image manipulation stuff server-side, you usually check the MIME type and do whatever is necessary with whatever file you're given. ...
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", ...