If I wanted to do a CSS selector on a list like this:\[code\]<ul> <li></li> <li><a></a></li> <li><a></a></li> <li><a></a></li></ul>\[/code\]and I wanted to do a li:hover effect on only the li's that contain an tag, is there a way to specify that in css? \[code\]if li:hover contains <a> then li:hover effect = X?\[/code\]