Some notes for myself on form styling.
- IE doesn’t wrap the legend tag, you have to manually line break it if it’s too long.
- 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