I am trying to hide all the tags in html that are <input type=radio>
I had this css
input{display: none}
However, this is hiding even buttons because they are <input type=button>
is there a way to hide just intput of type radio?
I can use jquery if need be but if it can be done via js or better yet just CSS then I'll prefer that...
I am using IE6 so no CSS3