html - IE display problem -


I have a page, and I just added paging it, but IE 7 & amp; 8. When I add endorsement code

  echo "& lt; div class = 'pagination' & gt;"; Echo $ endorsement- & gt; GetPageLinks (); Echo "& lt; / div & gt;";  

It breaks layout in IE anyway, I have seen it completely and I did not know what is wrong there. Oh, and its CSS

  div.pagination {text-align: center; } Div.pagination a, div.pagination span {padding: 5px; Display: Inline-block; }  

The page URL, this index is on the page, if you can take a look, it would be good.

It is such that it appears in IE8 - FF -

not known Whether or not it will fix it, but you have an attachment tag here:

  & lt; Div class = 'endorsement' & gt; & Lt; Span & gt; 1 & lt; / Span & gt; & Lt; Span & gt; | & Lt; / Span & gt; & Lt; A href = "/ index.php? Page = 2" & gt; 2 & lt; / A & gt; & Lt; Span & gt; | & Lt; / Span & gt; & Lt; A href = "/ index.php? Page = 3" & gt; 3 & lt; / A & gt; & Lt; Span & gt; | & Lt; / Time & lt; / Div & gt; & Lt ;! - the ending. Post - & gt; & Lt; / Div & gt;  

If it does not work to fix it, then you can try to clean the float in .pagination because it looks like me As everything is flying left and it has been cleared. Footer There is something in your pageigan code that stops the footer from clearing your cover.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -