Hi, I have a page, and I just added pagination to it, but there's a prob in IE 7 & 8. When I add pagination code
echo "<div class='pagination'>";
echo $pagination->GetPageLinks();
echo "</div>";
it breaks somehow layout in IE, I have looked all over it and I couldn't find what's wrong there. oh, and its css
div.pagination {
text-align : center;
}
div.pagination a, div.pagination span {
padding : 5px;
display : inline-block;
}
page url - adelija.puslapiai.lt, it's on index page, if you could take a look, that'd be great.
This is how it looks in IE8 - http://i47.tinypic.com/b8vmoi.jpg FF - http://i46.tinypic.com/rssxds.jpg