I created this css to make the radio and check boxes a bit bigger... and it works fine - however when one is selected it get smaller and I want it to e the same size...
Q: How do I make it stay the same size?
Thanks - Dave
---
<style type="text/css">
<!--
input.radio {
width : 1.5em;
height :1.5em;
padding: 0px;
margin: 0px;
}
-->
</style>
<style type="text/css">
<!--
input.checkbox {
width : 2.0em;
height :2.0em;
padding: 0px;
margin: 0px;
}
-->
</style>