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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -