Hi
i want to use customized image for my checkbox. But it is not happening.
Below is my html code:
CSS:
input[type="checkbox"] { background: url("file:///Users/pallavi/Documents/workspace/PalCas/WebContent/images/white_square.png") no-repeat; }
html code:
http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/quick-tip-easy-css3-checkboxes-and-radio-buttons/
Hi
i want to use customized image for my checkbox. But it is not happening.
Below is my html code:
CSS:
html code:
http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/quick-tip-easy-css3-checkboxes-and-radio-buttons/