Forums

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

Home Forums CSS To select a specific parent tag. Re: To select a specific parent tag.

#114042
JohnMotylJr
Participant

I think i am overthinking your question because i believe its a relativly easy fix. You just want to style your class with the li before it.

li .apple {
/* whatever styles you want */
}

http://jsfiddle.net/john_motyl/Z7Hdm/

is that what you are needing?