An easy way to get rid of the padding through CSS is by adding these styles to the checkbox:
margin:0; width:13px; height:13px; overflow:hidden;Doing this will not affect any other browser (at least modern ones) and will fix your IE6 issues.
margin:0; width:13px; height:13px; overflow:hidden;
2 comments:
thx u very much, i learn a lot
很棒的分享~祝福你........................................
Post a Comment