CSS Issue with Search Pagination in IE7

Hello,

Just launched a site that features some robust search functions but I am having a bear of a time getting the search pagination to look correct in IE7…

http://www.nharch.org/search

Anyone want to venture a suggestion as to how I can get this to work properly in IE7 AND all the other browsers out there.

Any help would be greatly appreciated.

#pagination-clean li {display:inline;}

Ah. I don’t have IE with me now, but based on noonope’s answer, IE was starcasing the links? It does not like you floating anchors inside li’s without also stating a state explicitly for the li’s. IE6 also likes a statement but doesn’t staircase most of the time.

right you are.