Mozilla vs IE trouble

Mozilla vs IE trouble

paulprattpaulpratt Posts: 2Questions: 0Answers: 0
edited March 2011 in General
My dataTable looks different in Mozilla than it does in IE. Strangely IE looks better.
On Mozilla, the table is on the same line as the Show Entries field, so it shifts to the left and overlaps the Search field and the edge of my screen. In IE, for the very same code, the table is below the Show Entries field and nicely centered on the screen.

Any Guesses were I should be looking for the touble?

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    I'd suggest poking around the DOM with Firebug to see what is causing the shift. I would guess that the containing elements for the 'show entries' or the filter are to wide and causing overlap, thus bumping one of them down.

    Allan
  • paulprattpaulpratt Posts: 2Questions: 0Answers: 0
    Got it fixed with sDom. Moving the p and the f below the the t, relieved the trouble. It is a work-around rather than a root-cause fix, but now, atleast, it looks the same in all browsers .
  • hyounghyoung Posts: 1Questions: 0Answers: 0
    I had the same problem, but I added a "clear" to the table's style and it fixed it.

    [code]

    ...

    [/code]
This discussion has been closed.