How To Fix The Fieldset Background Color Overflow Bug In Internet Explorer (IE)
To fix the IE fieldset background color overflow bug in Internet Explorer (IE) do the following.
---
fieldset {
position: relative;
margin: 0 0 1em 0;
background: #ffffcc;
}legend {
position: absolute;
top: -.5em;
left: .2em;
}


