I would like to change the default checkbox on my site to look like the Mozilla Firefox checkbox "http://www.456bereastreet.com/lab/styling-form-controls-revisited/checkbox/ff2-xp.png" .
Can please somebody help in order how to do this please?
I was thinking in doing this with the help of css....
-webkit-appearance: none;
background: url(checkbox_image_url_here);
width: 12px; height: 12px;
... Can I achieve something with this?
Hope somebody can help me. thank you everybody
Cheers Alex