![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
what Property and Values are used to space out further from one another the items in a list (assuming it's possible)? The default presentation is a bit "bunched up" for me. |
#3
| |||
| |||
|
|
I use: li { margin-left: 0; margin-right: 10%; margin-top: .5em; margin-bottom: .5em; } |
#4
| |||
| |||
|
|
You could also try line-height:150% |
|
(I think anything over 120% is larger than most browser defaults). |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
I use: li { margin-left: 0; margin-right: 10%; margin-top: .5em; margin-bottom: .5em; } Or... li {margin:.5em 10% .5em 0} |
#7
| |||
| |||
|
|
I can *never* remember the correct order for those one-line shortcuts! |
#8
| |||
| |||
|
|
e n | c k m a wrote: li {margin:.5em 10% .5em 0} I can *never* remember the correct order for those one-line shortcuts! My background is programming, and I'm used to |
#9
| |||
| |||
|
|
Jeremy Collins <jd.collins (AT) ntlworld-not (DOT) com> wrote in news:Hpg2c.2241$54.2210@newsfe1-win: e n | c k m a wrote: li {margin:.5em 10% .5em 0} I can *never* remember the correct order for those one-line shortcuts! My background is programming, and I'm used to You mean you have TRouBLe remembering the order? |
#10
| |||
| |||
|
|
e n | c k m a wrote: I use: li { margin-left: 0; margin-right: 10%; margin-top: .5em; margin-bottom: .5em; } Or... li {margin:.5em 10% .5em 0} I can *never* remember the correct order for those one-line shortcuts! My background is programming, and I'm used to working with RECT structures where the convention is left, top, right, bottom. The CSS order of top, right, bottom, left is counter-intuitive to me (although remembering that they're both "clockwise" might help). |
![]() |
| Thread Tools | |
| Display Modes | |
| |