I\'m implementing pagination, and it needs to be centered. The problem is that the links need to be displayed as block, so they need to be floated. But then, text-alig
text-alig
IE7 doesn't know inline-block. You must add:
inline-block
display:inline; zoom: 1;