Help
-
Search
-
Members
-
Calendar
Full Version:
Changing colors
Weborum Webmaster Forum
>
Web Page Design
>
CSS
Waleed
Mar 17 2005, 01:26 PM
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
Mar 17 2005, 02:11 PM
Can't, you'll need to make a background image.
leo
Mar 17 2005, 02:13 PM
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
Mar 18 2005, 09:59 AM
hmmm. I'll see what takes more time to do and not do that!
laziness is a great thing.
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.