On Monday, May 09, 2005 6:01 PM Justin Reid wrote:

>Oh, thought you might ask that. Have you tried making the span tag block 
>>level?
>li span
>{
>margin-left: -10px;
>display: block;
>}

That works in FF, in IE the margin gets transferred to the bullet itself for 
some reason.

I think I got it! There seems to be a 2px difference between FF and IE so I'm 
overriding it with a hack, here's my code...

.filePlanetSpotLight li span{position:relative;left:-3px}
* html .filePlanetSpotLight li span{left:-5px}

-Seb
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to