hey Tee,
based on Philippe's response, it looks like you want that .poster li to not
have that margin...
the li.poster rule doesnt set any margins and margins in this rule do, so
hence the space:
li {margin: 0 0 0 96px; list-style:none;}

Adding following rule to his page and subtracting the content hack (which
admittingly seems hardcore so maybe i missed soemthing and he has better
idea what you want) seems to work right?....
#a-fix li.poster { margin-left:5px; padding: 5px 0 5px 25px;background:#cfc;
color:#000;}


On 7/19/07, Tee G. Peng <[EMAIL PROTECTED]> wrote:
>
> On Jul 19, 2007, at 6:15 PM, Philippe Wittenbergh wrote:
> >
> > It is a bug in Gecko. [1]
> >
> > Here is your list, simplified.
> > <http://dev.l-c-n.com/_temp/moz-egde.html>
> > The top one is wrong, the bottom one is fixed.
>
>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to