I've encountered an issue with the adjacent sibling combinator (+) in my CSS. It seems to function properly in Firefox but not in Internet Explorer. Here is the problematic code snippet:
.mycheckbox:checked + label {
// Implement a change on the label when the checkbox is checked
}