Hi,
Working with jquery-ui, i tried a lot in firefox and chrome and after some time i found some IE issues.
The last one which I couldn't get solved so far, is the TR rows' background-color. It's set by a css-class and the class is added by
$("#... tr:even").addClass("etable-tr-even");
$("#... tr:odd").addClass("etable-tr-odd");
to make it look like a zebra table...
However, even trying display:block and other tricks failed, so I post here...
Looking forward to response.
Thanks for advice.
Kind regards