tags:

views:

28

answers:

2

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?

+2  A: 

Check this

http://www.456bereastreet.com/lab/styling-form-controls-revisited/checkbox/ http://www.webdeveloper.com/forum/showthread.php?t=195533

Starx
@starx i need to make it work in Firefox 3 and more.
Kumod
A: 

it may help you, plz check these-

(html+css) http://www.webmasterworld.com/forum21/5457.htm

(html+js) http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/

Sadat