[CSS] ul li {list-style-image: blah;}

  • Thread starter Thread starter Sic
  • Start date Start date

Sic

Sic

Soldato
Joined
9 Nov 2004
Posts
15,365
Location
SO16
ok, what am i doing wrong? no matter what i do, i can't get this to work. i have a lovely little image to use as a bullet, but i can't seem to do it. does anyone know a workaround that i can use? i think i know a way to do it using li:before, but i can't seem to get the image to appear there either.

can anyone help?

thanks
 
Lists are a pita in CSS, personally I'd avoid changing the image used for the bullet point directly, set "list-style-type: none" and have a background-image as the bulletpoint. It should give you a more concistant/flexable list, with fewer issues with margins & padding between browsers.

akakjs
 
turns out, the reason it wasn't working was because i forgot to put the image in the right folder!! what a muppet!
 
Where's that emoticon that Kellyee has of one little man hitting another little man over the head when you need it :)
 
Back
Top Bottom