View Single Post

  #2 (permalink)  
Old 04-23-2009, 09:41 PM
chowexfo chowexfo is offline
Junior Member
 
Join Date: Mar 2009
Posts: 12
chowexfo is on a distinguished road
Hi surya,


It's Very Simple.Use span Attribute For Change color.Like this

Code:



CSS Style :


ul 
{
	list-style-type:square;
}

ul li 
{	
	list-style-type:square;
	color:#1970d1;
}
			
li span 
{
	color: #000000;
	}
Reply With Quote