Why is there spacing between the image and the list? http://jsfiddle.net/ZPQUP/3/
Also how do make the <li> elements occupy as much space as they can? SO I don’t have extra space in the last-child?
Why is there spacing between the image and the list? http://jsfiddle.net/ZPQUP/3/ Also how do
Share
Make the image
display: block;.Convert the list to a table with css, if support for IE6/7 is not required.
See http://jsfiddle.net/ZPQUP/9/