Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Old 01-26-2010, 11:39 AM CSS ul, li line tree
Junior Talker

Posts: 1
Trades: 0
Hello.

Currently I have a problem. i need to create a tree comments css. Every li is a comentary and I need to make a respond to comentary css.

You have the code below:

<ul class="tree" id="tree">

<li>Text1
<ul>
<li>Text2</li>
<li>Text3
<ul>
<li>text</li>
<li>text
<ul>
<li>text</li>
<li>text</li>
</ul>
</li>
</ul>
<ul>
<li>text</li>
<li>text</li>
</ul>
</li>
<li>Text6</li>
<li>Text7</li>

</ul>
</li>
<li>text</li>
</ul>

help?
RedCoder is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-26-2010, 01:35 PM Re: CSS ul, li line tree
racer x's Avatar
Ultra Talker

Posts: 457
Name: Randy
Location: Northern Wisconsin
Trades: 0
What is the question?

Do you want to target the inner ul and li's?

You can do so by

ul li ul /* gets the second level ul */
ul li ul li ul li /* gets the third level li */
racer x is offline
Reply With Quote
View Public Profile Visit racer x's homepage!
 
Reply     « Reply to CSS ul, li line tree
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.55253 seconds with 12 queries