CSS Child-Selector isn't working
-
For example, If I want all list items that are immediate children of the main nav:
nav > li {padding: 5px}It’s not working because it’s converted to HTML code:
>becomes in the printed script, which of course has no CSS value.Wonderful plugin otherwise!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘CSS Child-Selector isn't working’ is closed to new replies.