I found help on http://www.mattheerema.com/archive/getting-fieldset-backgrounds-and-legends-to-behave-in-ie and especially the code (from within the comments, ), seems to work:
fieldset {
position: relative;
border: 1px solid #fff;
padding: 0px 10px 10px;
margin: 20px auto;
}
legend{
margin-top:-5px;
top: -0.5em;
margin-left: 10px;
padding: 0px 10px;
background: #000;
font-weight : bold;
border: 1px solid #fff;
-moz-border-radius: 10px;
}

No comments:
Post a Comment