![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
On May 29, 7:23 pm, capricious <pokers... (AT) beer (DOT) com> wrote: Is it possible, so that when you do multiple <UL>'s to control how deep the UL's are marked? For example, it would defaultly look like this with multiple ULs and LIs: -- Code : Main Menu<ul>Fruits<ul><li>Apples</li><li>Oranges</li></ul></ul . -- Returns : Main Menu ● Fruits ○ Apples ○ Oranges . -- But, what I want: Main Menu ● Fruits Apples Oranges . I am pretty sure you can do stuff like .whatever div div div { your css; } - so it will effect only a 3rd level embedded div (I believe thats the purpose, at least). Is this how this would be done? My experiments have all failed me. Any advice would be greatly appreciated. P.S. I am forced into this due to the way that Joomla! lays out its menu system. If you know about the Joomla 1.5 menu system, you will understand exactly what I am trying to do I think ![]() Thanks in advance! Damn, answered my own question. I was trying it with dots for some stupid reason. It's just: ul { list-style: disc; } ul ul { list-style: none; } Dunno where I got periods from. |
![]() |
| Thread Tools | |
| Display Modes | |
| |