Exforsys
+ Reply to Thread
Results 1 to 3 of 3

List style Type color

This is a discussion on List style Type color within the Html forums, part of the Programming Talk category; Hi all, how to change only bullet color in html list. i want to change color of the bullet in ...

  1. #1
    Surya100 is offline Junior Member Array
    Join Date
    Apr 2009
    Answers
    7

    List style Type color

    Hi all,

    how to change only bullet color in html list. i want to change color of the bullet in list.is there any chance?


    thanks,
    Surya


  2. #2
    chowexfo is offline Junior Member Array
    Join Date
    Mar 2009
    Answers
    11
    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;
    	}



  3. #3
    Surya100 is offline Junior Member Array
    Join Date
    Apr 2009
    Answers
    7
    Thanks for the Quick Reply


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...