Killersites.com Homepage


Print at May 24, 2013 9:50:27 AM

Posted by lm at Nov 16, 2005 4:23:42 AM
Re: CSS: list-style-image: ? > Position is Whacked!
hi,
i used list-style-image for quite a while now and prefer workarounds - just set the position of the image in px and look what happens. Quite a job everytime i should say - moving it around to get the same look in IE and Firefox. But the same amount of time i'd spend on hacks or extra css -whatever else could be.
If you have enough patience to dive into my messy css ( "messy' in a form of writing - it validates at leasttongue ) you can pick up some tips pixelwise from there:
http://www.unquantifiable.com/
and in my css :
.textlist li { font-size: 0.7em; text-decoration: none; text-align: left; list-style: none url("liding.gif"); display: list-item; margin-left: 10px; padding-left: 15px }
a.textlist { text-decoration: none; list-style-image: none }
a.textlist:link { text-decoration: none; list-style-image: none }
cheers
----------------------------------------

My blog