Log in

View Full Version : rounded legend?


Skavenger
08-01-2007, 06:50 AM
how can I make legend rounded like here in vb.org?

67866

Dismounted
08-01-2007, 07:07 AM
It is CSS applied to the fieldset class. Look for it in the CSS here. Also, I'm pretty sure it's Mozilla-only code.

StrifeX
08-01-2007, 03:17 PM
You have to modify the fieldset CSS and add "-moz-border-radius: X". To do this, go to the skins additional CSS section, add "fieldset" ".fieldset", and add the previous code to each one, but replace the X with the amount of pixels to be feathered.