Column mismatch on webkit

Column mismatch on webkit

ambastaambasta Posts: 6Questions: 0Answers: 0
edited August 2010 in General
http://123.201.128.89/cran2/

Please advise why firefox renders it fine but its broken on chromium/safari?

Replies

  • ambastaambasta Posts: 6Questions: 0Answers: 0
    I am still stuck w/ this. Any input would be helpful!
  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Using Safari 5.0 (5533.16) it looks okay to me. What do you see that is wrong with it?

    Allan
  • ambastaambasta Posts: 6Questions: 0Answers: 0
    fixed it, not sure if its a bug, but if you use CSS to assign column to say a given row, [ in my case the first row ] a style attribute display: none, then while the thead remains unaffected, the tbody td elements do not maintain the same width as thead td elements.

    I had to replace the display: none CSS with bVisible false instead.
  • ambastaambasta Posts: 6Questions: 0Answers: 0
    er I meant assign a style display:none to a given col [ first column ] .. it causes this bug
This discussion has been closed.