HighDots Forums  

Changing bullet colour in css?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Changing bullet colour in css? in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Koenig
 
Posts: n/a

Default Changing bullet colour in css? - 11-02-2005 , 06:24 PM






Is there any way of being able to change the bullet colour but not the text
colour without having to use a specially created image file?



Reply With Quote
  #2  
Old   
Joe Makowiec
 
Posts: n/a

Default Re: Changing bullet colour in css? - 11-02-2005 , 06:48 PM






On 02 Nov 2005 in macromedia.dreamweaver, Koenig wrote:

Quote:
Is there any way of being able to change the bullet colour but not
the text colour without having to use a specially created image
file?
li { color : lime ; }
li span { color : red ; }

<ul>
<li>Both the text and the bullet will be lime</li>
<li><span>The text is red; the bullet will be lime</span></li>
<li><span>Another bullet point...</span></li>
</ul>

--
Joe Makowiec
http://makowiec.net/
Email: http://makowiec.net/email.php


Reply With Quote
Reply




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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.