[Sigia-l] curved borders with fieldset tags?
Listera
listera at rcn.com
Wed Jul 7 19:53:33 EDT 2004
Phil Glatz:
> With a fieldset tag, the default behavior seems to be a light gray border
> with curved corners, in the browsers I use (IE and Firefox). If I try
> applying a style and specify the border, the nice curved corders go
> away. What is the correct CSS syntax to create them?
The HTML model is driven by boxes. Curved corners are proprietary
extensions, like the one for Mozilla 0.92+/Netscape 6+:
-moz-border-radius-topleft
-moz-border-radius-topright
-moz-border-radius-bottomleft
-moz-border-radius-bottomright
All this stuff is browser and platform dependent. <Fieldset> doesn't
generate rounded corners on FireFox on OS X, for example.
I think this also got into the CCS3 Working Draft.
----
Ziya
Heterogeneity happens.
More information about the Sigia-l
mailing list