Gino: input / checkbox / radio

Beitrag lesen

Hi,

sure there is a way to do this.

Ähhmm
"If we all lived in the future of css 3, we could easily do the following…
"

input[type=checkbox], input[type=radio] {

background-color:none;
}

  
That works only in combination with Javascript...  

> [working with css > 2.0 (or 2.1)]  
>   
> <http://www.dustindiaz.com/input-element-css-woes-are-over/>  
  
Works always  
css  
input.radio {  
...  
}  
html  
<input type="radio" name="a" class="radio">