CSS: Lists within lists
CSS: Lists within lists
Out of context: Reply #5
- Started
- Last post
- 13 Responses
- foreign0
i think this might work:
the ul styles cascades to the li styles, so to display an inline ul inside a "block" li, give that li a class and apply a style "display:inline" to it, should work, then style your sub ul/li as needed.
makes sense?