Howdy!
Great mod
*installed*
I've been fiddelin with this for a few hours now, and as a firefox user it doesnt look quite as nice as it does in IE. Though, i found a way to atleast get the upper left, and bottom right corner rounded in firefox.
Use this:
Code:
<fieldset style="-moz-border-radius-topleft: 8px; -moz-border-radius-bottomright: 8px;">
instead of
You can also use
Code:
-moz-border-radius: 8px;
to round all corners, but since there are two lines that meet in the upper right and bottom left corner, it isnt really rounded.
*edit*
Found a even better one to use:
Code:
border:1px solid #D0D0BF;padding:8px;-moz-border-radius:5px
Enjoy!