Forum Moderators: not2easy
<ul>
<li>Widgets</li>
<ul>
<li>Widgets: red</li>
<li>Widgets: green</li>
<li>Widgets: blue</li>
</ul>
all in a cell called "products"
I have tried:
#products ul li ul li{
font-size:1.9em;
color:red;
}
and every permutation of ul and li known to man, except the right one of course. Can someone put me out of my misery?