|
Travey writes... I have a <table id="some_id"> and am (at regular intervals) updating that table with innerHTML (via AJAX). It works fine with Opera and MSIE, but when it replaces the innerHTML in Opera, it renders it without any CSS or bgcolor on the TD/TR's.
Oooh, me! I HATE those problems, and in fact saw much worse. It seems rewriting TR content is not at all well supported at all. I seem to recall issues with Safari with this also. Most irritating, and caused me to rewrite a whole lot of stuff in a non-optimal way.
I'm using Ajax in association with Rails, by the way.
|
posted 2006-Mar-28, 8pm AEST
|