CSS display issues using IE 8.0.6001.18702CO

CSS display issues using IE 8.0.6001.18702CO

afindley.cbizafindley.cbiz Posts: 3Questions: 0Answers: 0
edited June 2011 in General
I am using version 1.7.6 and have a CSS display issue. When using any other IE version the table fits on the page correctly but when using IE 8.0.6001.18702CO the table is offset to the left about 50%. Anyone have any ideas on how to correct this without destroying the display for other IE users?

Thanks,
Mana

Replies

  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    So other versions of IE8 get it right?! I can only presume that there is a CSS bug somewhere in IE8 that is causing this. I haven't seen it myself, so short of suggesting just tinkering around with the CSS I'm not sure I can help too much - sorry.

    Allan
  • afindley.cbizafindley.cbiz Posts: 3Questions: 0Answers: 0
    FYI (Update) - What I ended up doing was declaring the sDom twice.
    'sDom': 'T<\"clear\">lfrtip',
    'sDom': 'lf<\"giveHeight\"t>ip',

    I would have thought that would cause an error or something but for some reason this makes the page layout correctly.

    Any ideas on why?
    Thanks,
    Mana
This discussion has been closed.