Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS ? re: Conditional CSS (not what you think) Re: ? re: Conditional CSS (not what you think)

#102311
WJvanTilburg
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