|
|
Killersites.com Forum » List all forums » » Forum: CSS - Styling your pages with Cascading Style Sheets. » » » Thread: CSS: list-style-image: ? > Position is Whacked! » » » » Post: Re: CSS: list-style-image: ? > Position is Whacked! |
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 least ) 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 |
|
|
Current timezone is GMT May 24, 2013 9:50:27 AM |