Simon Bingham’s Stuff

Web Developer 
« Back to blog

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;
}

Loading mentions Retweet

Comments (0)

Leave a comment...

 
To leave a comment on this posterous, please login by clicking one of the following.
Posterous-login     Connect     twitter