30 pts.
 Reduce the size of original checkbox
i need to reduce the size of the checkbox. the size should be smaller then the checkbox we orginal use..it should be changed as the parameters we give.....

Software/Hardware used:
ASKED: March 7, 2009  9:54 AM
UPDATED: March 9, 2009  3:34 PM

Answer Wiki:
<input id="Checkbox1" type="checkbox" value="" style="width: 10px; height: 10px" name="chkSelect1" /> hi... i got this as a solution to the Qn i asked....and it is working...
Last Wiki Answer Submitted:  March 9, 2009  9:26 am  by  988   30 pts.
All Answer Wiki Contributors:  988   30 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Your question was not worded clearly – so thanks for returning and posting the answer that helped you. Instead of using inline CSS, you might wish to consider having several CSS classes for checkboxes.

 6,565 pts.