开发者

What does this CSS declaration mean?

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
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜