#
November 29, 2009 at 9:01 pm
I never really did understand the order in css selection. or maybe I just forgot. I was just trying to set my nav to disply inline and it wouldn’t work, I did get it, but I tried
#nav ul li { display: inline; }
This did not work. I had to use
ul#nav li
Why did I need to do it that way? What is the rule here?