Posts Tagged fieldset

Fieldset Rounded Corners – CSS HTML

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: [...]

,

2 Comments