Re: [css-d] select .ygtvitem elements which do not have a .ygtvchildren ancestor

2008-07-13 Thread Bill Brown
Jack Bates wrote: > I am trying to apply special style to all .ygtvitem elements which _do > not_ have a .ygtvchildren ancestor. In CSS, it is easy enough to select > all .ygtvitem elements which _do_ have a .ygtvchildren ancestor: > .ygtvchildren .ygtvitem { > color: red > } > However I cannot f

[css-d] select .ygtvitem elements which do not have a .ygtvchildren ancestor

2008-07-13 Thread Jack Bates
I am trying to apply special style to all .ygtvitem elements which _do not_ have a .ygtvchildren ancestor. In CSS, it is easy enough to select all .ygtvitem elements which _do_ have a .ygtvchildren ancestor: .ygtvchildren .ygtvitem { color: red } However I cannot figure out how to select those

[css-d] select .ygtvitem elements which do not have a .ygtvchildren ancestor

2008-06-17 Thread Jack Bates
I am trying to apply special style to all .ygtvitem elements which _do not_ have a .ygtvchildren ancestor. In CSS, it is easy enough to select all .ygtvitem elements which _do_ have a .ygtvchildren ancestor: .ygtvchildren .ygtvitem { color: red } However I cannot figure out how to select those