|
| |
|
|
leatherlips
Posts: 248 From: USA Status: offline
|
Bulleted Text - 2/24/2004 16:33:55
My style sheet declares the color I want for my bullets. However, my text within the bullets change to the same color as the bullets. How can I make my text within the bullets their own color? You can see what I am talking about here: http://www.westcler.org/ce/pawprints.htm Scroll down the page a little and you'll see my bulleted text. Thanks.
|
|
|
|
leatherlips
Posts: 248 From: USA Status: offline
|
RE: Bulleted Text - 2/25/2004 20:22:40
I'm sorry, but how do I do add a class style to it? I've tried, but I can't get it to work.
|
|
|
|
c1sissy
Posts: 5084 Joined: 7/20/2002 From: NJ Status: offline
|
RE: Bulleted Text - 2/26/2004 8:26:00
quote:
ORIGINAL: leatherlips I'm sorry, but how do I do add a class style to it? I've tried, but I can't get it to work. Can you add a font color to your styles for the ul? Have you tried that, you might not need to use a class.
_____________________________
Deb-aka-c4Ksissy high panjandurum and alpha female of the silverback tribe As decreed by Jesper 5-24-2003. The only stupid question is... the one that is never asked!! http://directory.css-styling.com http://fmsforum.com http://positioniseverything.net/ http://www.tanfa.co.uk/
|
|
|
|
Karl
Posts: 172 From: Chucktown, SC Status: offline
|
RE: Bulleted Text - 2/26/2004 17:19:19
leatherlips, Here is an example of how you can do it using an image for your bullets: ul {
list-style-image: url(/images/li_bullet.gif);
list-style-type: circle;
font-size: 10pt;
line-height: 1.6;
color: red;
} Use the image to fill in the space. Change the list-style-type to suit what it is your need (circle, square, etc - recommended if the list item image link becomes broken or images are disabled). Color should change the color of the font to what you want it to be (if necessary). HTH, Karl
< Message edited by Karl -- 3/3/2004 13:52:19 >
_____________________________
Create, validate, and communicate! Adonnis Networks
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|