|
too much space btw each list item
|
| View previous topic :: View next topic |
| Author |
Message |
Klimapol Enthusiastic Coder
Joined: 27 May 2006 Posts: 134
|
I have a <ul> where each item is an input field. the problem is that there is too much space between each list item, far more than a list without input fields. what can I do?
Reply with quote
|
| |
|
|
Poolkop Enthusiastic Coder
Joined: 01 Jun 2006 Posts: 123
|
try messing about with the margin and the padding values
ie padding-bottom: 2px;
Reply with quote
|
| |
|
|
Klimapol Enthusiastic Coder
Joined: 27 May 2006 Posts: 134
| |
Poolkop Enthusiastic Coder
Joined: 01 Jun 2006 Posts: 123
|
Give it in the <li> im guessing <li style"padding-bottom:2px;"> and try the px value with negitive numbers aswell
Sorry <li style=""></li>
Reply with quote
|
| |
|
|
Klimapol Enthusiastic Coder
Joined: 27 May 2006 Posts: 134
|
thanks for the tip but it doesn't seem to make a difference, even with 0px and padding-top: <li style="padding-bottom:0px; padding-top:0px">
Reply with quote
|
| |
|
|
|