I working with a stylesheet that has 2 different rules:
#main_navigation ul li{ ... }
and:
#main_navigation li{ ... }
I'm not clear on how to interpret the difference. In my reasoning - 'li' can't exist independent of either a ul or a ol
Is the above saying 'use the first for all items in a unordered like' but use the 2nd for _any line item?
my thx ia