/ Published in: CSS
In IE6 (+7?) the fieldset width doesn't automatically resize to fit the width of the parent container.
Expand |
Embed | Plain Text
form fieldset { display: inline; }
You need to login to post a comment.
hotdiggity on 04/07/09
1 person have marked this snippet as a favorite
In IE6 (+7?) the fieldset width doesn't automatically resize to fit the width of the parent container.
form fieldset { display: inline; }
You need to login to post a comment.