Tag Archives: IE8 bug

If you have a form with a FIELDSET and you hide the LEGEND with CSS, then part of the border goes missing. Example: HTML Register Username Password CSS fieldset { border: 1px solid #333; } legend { display: none; } … Continue reading

Posted in CSS | Tagged , , , | 2 Comments