HighDots Forums  

Re: Controlling the "depth" of <UL> or <LI> ??

HTML Writing HTML for the Web (comp.infosystems.www.authoring.html)


Discuss Re: Controlling the "depth" of <UL> or <LI> ?? in the HTML forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
dorayme
 
Posts: n/a

Default Re: Controlling the "depth" of <UL> or <LI> ?? - 05-29-2008 , 09:49 PM






In article
<336a0efb-8eb5-4c4e-acd1-56dfff7ce7ba (AT) x19g2000prg (DOT) googlegroups.com>,
capricious <pokerslut (AT) beer (DOT) com> wrote:

Quote:
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.

In addition to my last advice (at alt.html), if it is the lack of list
item markers you want at the second level (as appears on my newsreader)
then you do this by classing the second level and telling it "none":

..fruits {list-style-type: disc}

--
dorayme


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.