|
Posted by Michael on 01/16/07 19:26
Jonathan N. Little wrote
> add:
>
> UL.main, UL.sub { list-style: inside; }
>
> then adjust as need.
Thanks, at least it looks the same everywhere.
Now I only need a trick to set the top margin to -(height of one line) :)
Actually I think I found a "fix" without the list-style: inside,
ul.sub { margin-top: expression("-2.5ex"); }
IE will evaluate the expression and use -2.5ex, which looks good.
FF will ignore the entire line and use it's default which already looked
okay.
Regards
Michael.
Navigation:
[Reply to this message]
|