IE Bugs in Form Rendering

Some notes for myself on form styling.

  1. IE doesn’t wrap the legend tag, you have to manually line break it if it’s too long.
  2. IE seems to have the fieldset element inherit the container margin and padding, so you can use the * html hack to get around that.

Reference: The Man in Blue. See comments for details.

No Comments