In this page: http://pastehtml.com/view/1biylhs.html
You can see the book in the center needs more height space than the other two books in the same row because its title has more text.
Currently, each book is contained in a <li>
and has a height of 175px.
I can set their height to auto but it still can't make all list items in the same row follow the largest height among them:
http://pastehtml.com/view/1bj19w3.html
What is the simplest way to make the list items in each row follow the largest height of those list items in that row? I have to make it work in IE6 as well.
Many thanks to you all.