Legend bug in Internet Explorer


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



Copy this code and paste it in your HTML
  1. legend{
  2. position:absolute;
  3. top: -.5em;
  4. left: .5em;
  5. }
  6.  
  7. fieldset {
  8. position: relative; background:#e1f19a;
  9. margin-top:1em;
  10. padding-top:.75em;
  11. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.