If you want to get rid of the gaps, you could try:
li {
margin-bottom: 0;
padding-bottom: 0;
}
You may want a special class for those li
elements tho, so that the CSS that gets applied doesn't do it to ALL your li
elements on the site.
But, what's wrong w/ the gap? I kind of like it. Helps frame each image...
kchau
2010-04-23 14:58:07