could you tell me what does this declaration mean. Why 开发者_StackOverflow中文版does it have ul tag mentioned twice?
.jqueryslidemenu ul ul
It would match all UL tags that are descendants of a UL Tag that is a descendant of an element that has the jqueryslidemenu class on it.
<div class="jqueryslidemenu">
<ul>
<ul> --> it will be for this one
精彩评论