Help - Search - Members - Calendar
Full Version: Changing colors
Weborum Webmaster Forum > Web Page Design > CSS
Waleed
What little CSS line would you need to change the color of just the bullets, not the text.

I tried this:

CODE

ul, li
{
color: #990000;
}


but this changes the color of the text in the ul, li tags aswell. I want just the color of the bullets to change.
Joe
Can't, you'll need to make a background image.
leo
change the color of the bullet like you have done styling the li tag but then put your text in a styled span

CODE

<li><span class="name">text of a different color</span>
<li>

Waleed
hmmm. I'll see what takes more time to do and not do that! laziness is a great thing. wink.gif

thanks anyway guys!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.