Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,473
There are 2942 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     HTML/XHTML/DHTML/CSS :

Nested List. HELP!!

Thread title: Nested List. HELP!!
     
    Thread tools Search this thread Display Modes  
Prev Previous Post   Next Post Next
01-09-2009, 03:52 AM
#1
J.M is offline J.M
Status: I'm new around here
Join date: Jan 2009
Location:
Expertise:
Software:
 
Posts: 2
iTrader: 0 / 0%
 

J.M is on a distinguished road

  Old  Nested List. HELP!!

Hi all,

I'm trying to accomplish the following with nested list design:

A
B
1 2 3 4
D
E

I have the following code below, but it's not working. Can anyone help? Thanks a million in advance!!

HTML Code:
<html>
<style>
#object ul  {width:100%; padding: 0 0 10px 0; border: solid 0px #000000; list-style:none; }	
#object li {border:solid 0px #000000; width:100%; padding-bottom:10px; float:left; }
#object ul ul {font-weight:bold; border: solid 1px blue; background:#CCFFFF;}
#object ul ul li {display:inline; margin-left:10px;}
</style>
<body>
<div id="object">
<ul>
	<li>A</li>
	<li>
		<ul>
			<li>1</li>
			<li>2</li>
			<li>3</li>
		</ul>
	</li>
	<li>B</li>
	<li>C</li>
</ul>
</div>
</body>
</html>

     


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed