Current location: Hot Scripts Forums » General Web Coding » CSS » Nested List and CSS ?


Nested List and CSS ?

Reply
  #1 (permalink)  
Old 02-13-10, 08:24 AM
triplebig triplebig is offline
Newbie Coder
 
Join Date: Nov 2007
Posts: 83
Thanks: 6
Thanked 0 Times in 0 Posts
Question Nested List and CSS ?

Hi ....


How to have different image bullet for nested list ?


Code:
<ul id="centercolumn">
<li>Weblog</li>
<li>Articles</li>
   <ul>
   <li>How to Beat the Red Sox</li>
   <li>Pitching Past the 7th Inning</li>
   <li>Eighty-Five Years Isn't All That Long, Really</li>
   </ul>
<li>About</li>
</ul>
Code:
#centercolumn ul {
margin:0; 
padding:0; 
padding-left:24px; 
list-style:decimal outside; 
text-align:left;
}

#centercolumn li {

background: url(arrow.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
color:#5B5B5B; 

}
Reply With Quote
  #2 (permalink)  
Old 02-13-10, 09:39 AM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
Join Date: Feb 2006
Posts: 2,515
Thanks: 20
Thanked 109 Times in 106 Posts
#outerlist ul .innerlist ul
{
list-style-type:none;
/* or */
list-style-image: url('sqpurple.gif');
}

CSS Styling Lists
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
List always at the bottom of the div bugzy CSS 2 04-21-09 01:20 AM
css list menu problem, any one please help me smilsuren CSS 1 08-29-08 05:32 AM
ajax or css i dont know mjr JavaScript 2 03-02-07 11:37 AM
Nested css lists Wordcall JavaScript 10 01-23-07 06:32 PM


All times are GMT -5. The time now is 02:28 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.