How to style a DIV's 2nd UL only [closed]
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this questionI am trying to get http://cssdesk.com/bQTEf
to look like http://i.stack.imgur.com/jhtEh.png
how's this? http://cssdesk.com/AezUB
#ultest > ul > li > ul:first-child {
border: 1px solid white;
}
also, i dont think the :first-child
is absolutely necessary.
精彩评论