|
Posted by Michael on 01/15/07 17:18
"Martin Clark" <martin@spl.at> schreef in bericht
news:qyBQovOrE7qFFwIi@getta.life...
> Michael wrote...
>>I'd like to get rid of the
>>spaces. Of course I can find another solution altogether to produce the
>>indentation, but I thought lists would be a clean way to do it.
> Something like:
> ul.main li, ul.sub li {
> padding: 0;
> }
> or adjust the amount of padding until it looks right
> (e.g. padding: 0.2em; ).
Thanks for your answer Martin. Unfortunately, by padding the list I can get
the items to space approximately evenly (though the space before the first
subitem is still larger than the space between the main items), but it's
justified in the space of the original box. Actually, I just want to remove
the space completely, making the main list less tall instead of keeping it's
height but spacing the items in it. If you know what I mean.
By the way, this doesn't change anything in FF, which is good, because FF
already does it the way I want.
Kind regards,
Michael.
[Back to original message]
|