css - how to format the border radius in groupbox XUL -
i have 1 groupbox control in xul:
<xul:groupbox id="gblogin" style="margin-top:50px;-moz-border-radius:10px;"> <xul:caption label="log in" style="color:red;font-size:20px;" /> <xul:hbox style="margin-left:340px;margin-right:280px;"> </xul:hbox> </xul:groupbox>
but -moz-border-radius property not working in xul application. taking default border-radius.
how can achieve this?
Comments
Post a Comment