![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I am trying to set the space between the bullet and the first word in a UL, without any luck. li { |
#3
| |||
| |||
|
|
I am trying to set the space between the bullet and the first word in a UL, without any luck. li { padding-left: 2em; margin-left: 1em; } Ajust the numbers to suit. |
#4
| |||
| |||
|
|
To the OP: you might find the following useful reading: http://devedge.netscape.com/viewsource/2002/list-indent |
#5
| ||||
| ||||
|
|
Brian wrote: To the OP: you might find the following useful reading: http://devedge.netscape.com/viewsource/2002/list-indent rant That devedge site really has some design problems. The font size is tiny on my monitor. But I'm sure being on the edge of development means they know better than I the right size for my monitor. |
|
Still, being insolent, I increased the font-size, and voila! a horizontal scroll bar, and the search box and links are partially off the screen. |
|
Then there's the style switcher. Might be nice, but I have to enable cookies. Ironic, since the homepage encourages visitors to get Netscape 7.1, which can load alternative stylesheets without the aid of cookies or javascript. |
|
So, I reluctantly accepted cookies. Guess what? The switcher still did not work. I had to select a new style, then reload the page in the browser. Slick. Real slick. |
#6
| |||
| |||
|
| http://devedge.netscape.com/viewsource/2002/list-indent rant That devedge site really has some design problems. |

#7
| |||
| |||
|
|
I am trying to set the space between the bullet and the first word in a UL, without any luck. li { padding-left: 2em; margin-left: 1em; } Ajust the numbers to suit. |
#8
| |||
| |||
|
|
Jacqui or (maybe) Pete <porjes (AT) spamcop (DOT) net> wrote: I am trying to set the space between the bullet and the first word in a UL, without any luck. li { padding-left: 2em; margin-left: 1em; } Ajust the numbers to suit. And how can you *decrease* the space between the bullet and the first word ? I've been banging my head on the wall for the past 3 days trying to find a cross-browser solution to this problem. This doesn't seem to work in IE6 : ul li:before { display: marker; marker-offset: 0.5em; content: url(../im-commun/puce-niv2_lienN.gif); } No, sadly it doesn't. Best you can get is: |
#9
| |||
| |||
|
|
I am trying to set the space between the bullet and the first word in a UL, without any luck. |
#10
| |||
| |||
|
|
And how can you *decrease* the space between the bullet and the first word ? [snip] No, sadly it doesn't. Best you can get is: li { padding-left: 0; margin-left: 0; } |
|
Or turn off the list display & insert the • (or whatever) yourself. |
![]() |
| Thread Tools | |
| Display Modes | |
| |