IE display problem

Posted by bah on Stack Overflow See other posts from Stack Overflow or by bah
Published on 2010-06-16T00:07:56Z Indexed on 2010/06/16 0:12 UTC
Read the original article Hit count: 186

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about html

Related posts about css