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

Author: Nabin Nepal (Starx)

Hello, I am Nabin Nepal and you can call me Starx. This is my blog where write about my life and my involvements. I am a Software Developer, A Cyclist and a Realist. I hope you will find my blog interesting. Follow me on Google+

...

Please fill the form - I will response as fast as I can!