Exforsys

Free Training

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 ...

Go Back   Exforsys > Programming Talk > Html

Exforsys.com

  #1 (permalink)  
Old 04-21-2009, 10:06 PM
Junior Member
 
Join Date: Apr 2009
Posts: 7
Surya100 is on a distinguished road
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 04-23-2009, 10:41 PM
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;
	}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-28-2009, 01:42 AM
Junior Member
 
Join Date: Apr 2009
Posts: 7
Surya100 is on a distinguished road
Thanks for the Quick Reply
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

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 On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ) Steve Summit Tech FAQ 0 06-15-2004 07:00 AM
comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ) Steve Summit Tech FAQ 0 06-01-2004 07:01 AM
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit Tech FAQ 0 06-01-2004 07:00 AM
comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ) Steve Summit Tech FAQ 0 05-15-2004 07:00 AM
Solaris x86 FAQ 2/2 Dan Anderson Tech FAQ 0 04-27-2004 08:24 PM


All times are GMT -4. The time now is 01:25 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
Copyright 2004 - 2009 Exforsys Inc. All rights reserved.