July 11, 2010
check box input size
Question by Kumod
I want to increase the check box size for my following code:
<div id="chatBox">
<form>
<input type="checkbox" name="chat" value="LiveChat" />Live Chat<br />
<input type="checkbox" name="email" value="Email us" />Email Us
</form>
</div>
is it possible?
Answer by Starx
Check this
http://www.456bereastreet.com/lab/styling-form-controls-revisited/checkbox/
http://www.webdeveloper.com/forum/showthread.php?t=195533