Re: css with <ul>
- From: Els <els.aNOSPAM@xxxxxxxxxx>
- Date: Mon, 30 Jan 2006 17:30:01 +0100
Bruno wrote:
>> The bullets are probably to the left of the list, outside your view.
>> Try li{list-style:inside;}
>
> Great! it works!
Please show your gratitude by replying below the message parts you are
replying to ;-)
> But another effect occured: now all list items, even sub - list Items begin
> at the same vertical line. What I am really looking for is the following:
That's because you said ul{margin-left:0;}.
> normally, the list starts some milimeters to the right of the left edge. I
> want it to start just at the left edge (of a cell). Sub list items should be
> inserted a little bit to the right. How can I do this?
What you want is for instance:
ul{margin-left:0;}
ul ul{margin-left:10px;}
--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: Jethro Tull - Baker St. Muse
.
- Follow-Ups:
- Re: css with <ul>
- From: Toby Inkster
- Re: css with <ul>
- References:
- css with <ul>
- From: Bruno
- Re: css with <ul>
- From: Els
- Re: css with <ul>
- From: Bruno
- css with <ul>
- Prev by Date: Re: css with <ul>
- Next by Date: Re: A Christmas Present
- Previous by thread: Re: css with <ul>
- Next by thread: Re: css with <ul>
- Index(es):
Relevant Pages
|