Ok I totally got lost in the complexity of your CSS. So I started over and I have made progress believe it or not. I was hoping you could take a fresh look at this.
http://purebred-dog.com/index.php/males/pattersons_beagles/554
In IE I get a horizontal staggerring of the results, In FF and Safari I get some unintended space at the top which I don’t understand why but could live with. The border is simply to define the area and will not be there when the site goes live.
This is the simple CSS I’m using. If I remove all remaining CSS I still have the same results so no conflict there.
ul.a {
padding: 0px;
margin: 0px 0px 0px 0px;
}
ul.a li {
list-style-type:none;
}
.thumb {
position: relative;
float: left;
width: 229px;
height: auto;
border: 1px solid #ccc
}
this is the code on the page
{exp:channel:entries channel="males" orderby="name" sort="asc" limit="all" author_id="{segment_3}" dynamic="no" }
{if no_results}Sample No Results Information{/if}
{if count == "1"}
<ul class="a">
{/if}
<li><div class="thumb"><center>{exp:imgsizer:size image='{dog_image_1}' width="150"}
{sized}{/exp:imgsizer:size}</center>
<a href="http://{title_permalink="><h2 class="bodyc">{title}</h2></a></div>
</li>
{if count == total_results}</ul>{/if}
{/exp:channel:entries}
Thanks in advance.