Posts Tagged fieldset
Fieldset Rounded Corners – CSS HTML
Posted by Mitch in Web Development on August 22, 2010

In a simple website, the use of Fieldsets to separate form content is a nice touch, but Internet Explorer and Firefox/Chrome do not round the edges like Internet Explorer does. If you want round corners on FF and Chrome, you can use a little extra CSS: fieldset { -moz-border-radius-bottomleft: 7px; -moz-border-radius-bottomright: 7px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: [...]
