Category Archives: CSS

Styling the web. CSS for Web Developers.

I recently developed a web application that needed a transparent layer to cover some parts of the site, to prevent mouse over’s and click events triggering on the underlying elements. This worked as expected in all browsers except Internet Explorer. … Continue reading

Posted in CSS | Tagged , , | Leave a comment

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