Home › Forums › CSS › ? re: Conditional CSS (not what you think) › Re: ? re: Conditional CSS (not what you think)
May 4, 2012 at 10:54 am
#102311
Member
Could be something in the trend
.checkbox::checked + .inputBusiness {
font-weight: bold;
}
This requires the input to be directly after the checkbox.
JQuery is the only solution that will ensure cross browser support though.. so you sure you want a css only solution?
Regards,
WJ