Search This Blog

Tuesday, February 22, 2011

How to Exclude a tag from css class

form#frmBilling  label:not(.formRadio){
 width: 140px;
}


The above width will be applied to all the labels in the form except
labels with the class formRadio.

No comments: