Topic: FIELDSET in IE/WIN vs. Gecko browsers
I have noticed that when viewing a fieldset in IE/WIN 6+ the fieldsets by default have nice round corners. In Gecko browsers they are displayed as striaght 90° angles. I wanted FireFox to display the round corners as well. So I applied the following rule to the DIV>FIELDSET definition.
-moz-border-radius: 5px;
It seems to do the trick, and looks identical the the default FIELDSET that IE renders. Opera will still display the striaght corners.
I know that this is not a supported CSS2 property, but I have read that something similar will be part of CSS3