Forums

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

Home Forums CSS CSS selector for parent with blank element Reply To: CSS selector for parent with blank element

#262792
Beverleyh
Participant

You couldn’t select the parent li with CSS as there’s no way in CSS to traverse back up the DOM.

You’d have to look in to JavaScript.