Re: [css-d] Colouring bullets

2005-05-17 Thread Christian Heilmann
> > Since the bullet can't be colored, how about turning off the bullets and > > using a background image that contains an image for the bullets. > > Not come across that, I'll give it a try. Explained step by step there: http://css.maxdesign.com.au/listutorial/index.htm -- Chris Heilmann Blo

Re: [css-d] Colouring bullets

2005-05-17 Thread Julian Voelcker
Hi [EMAIL PROTECTED], > Since the bullet can't be colored, how about turning off the bullets and > using a background image that contains an image for the bullets. Not come across that, I'll give it a try. Cheers, Julian Voelcker Cirencester, United Kingdom __

Re: [css-d] Colouring bullets

2005-05-16 Thread Uwe Kaiser
Julian Voelcker schrieb: Is there any way to change the colour (and maybe even the font weight) of a standard bullet with a colour that is different to the text colour? Cheers, Julian Voelcker Cirencester, United Kingdom Hi Volker, You better should strive for a proper solution. Listamatic -- o

Re: [css-d] Colouring bullets

2005-05-16 Thread [EMAIL PROTECTED]
Since the bullet can't be colored, how about turning off the bullets and using a background image that contains an image for the bullets. Then on :hover, change the background image. Or just use a url for the bullet and change the url to a matching url with different color. Joel Goldstick ___

Re: [css-d] Colouring bullets

2005-05-16 Thread Daniel Schierbeck
You could do this, but it's not very elegant. One Two Three li { color: #123456; /* bullet colour */ } li span { color: #654321; /* text colour */ } Julian Voelcker wrote: Is there any way to change the colour (and maybe even the font weight) of a standard bullet with a colour that is

Re: [css-d] Colouring bullets

2005-05-16 Thread Bryce Fields
On 5/16/05, Julian Voelcker <[EMAIL PROTECTED]> wrote: > Is there any way to change the colour (and maybe even the font weight) > of a standard bullet with a colour that is different to the text > colour? You could always use list-style-image to include whatever bullet look you desire. -- Bryc

[css-d] Colouring bullets

2005-05-16 Thread Julian Voelcker
Is there any way to change the colour (and maybe even the font weight) of a standard bullet with a colour that is different to the text colour? Cheers, Julian Voelcker Cirencester, United Kingdom __ css-discuss [EMAIL PROTEC