Try adding a tbody in the table ~ IE doesn't like displaying tables without
it I find.
<table>
<tbody>
<tr> ...etc
On 8 March 2011 06:49, Ralph <[email protected]> wrote:
> Hello,
>
> I want to create a table with a form within a Class with
> new Element('table') ...
>
> see my pastbin:
> http://pastebin.com/dFGDdt9v
>
> working in all three browser (IE,FF,CHROM):
> http://jsfiddle.net/RalphEichelberger/s2p8A/
>
> If I am going to jsfiddle it works fine in IE8 too but not without.
>
> So what am I doing wrong here?
>