Line break between list items Unwanted space in horizontal lists usually can be prevented by either keeping every <li> per list on one line in your markup, or including in your CSS... * html li {margin-left:-3px;}...which affects only IE. Occasionally adding a border to the bottom of the list item will fix this in IE 6.