is there a way to hide the square border of a checkbox in html?
+3
A:
Not cross-browser, no.
You can replace checkboxes entirely with custom controls that emulate checkbox behaviour using JavaScript, though. Here's an example with jQuery.
ceejayoz
2009-11-30 23:00:37