Click to See Complete Forum and Search --> : checkbox border in mozilla


etomene
09-26-2006, 06:53 AM
The style property like
<input type="checkbox" style="border:#ff0000 2px solid"/>
should display a red bordered checkbox around the checkbox. It works fine in IE, Opera, but not in Mozilla (not even in the latest Firefox)!? Does anybody have any idea, why it doesn't work as I can't find any such bug report for Mozilla on the web.

Thanx.

Fang
09-26-2006, 07:19 AM
Use outline (http://www.w3.org/TR/css3-ui/#outline1)

etomene
09-26-2006, 08:26 AM
Thanks. Will do fine.
M.