IE 6 Form bugfix


/ Published in: CSS
Save to your folder(s)

In IE6 (+7?) the fieldset width doesn't automatically resize to fit the width of the parent container.


Copy this code and paste it in your HTML
  1. form fieldset {
  2. display: inline;
  3. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.