все нашел решение  ...таблица в ИЕ должна содержать tbody в обязательном 
порядке.
var cont=$('div');
var t=new Element('table',{'width':'200px'});
var tb=new Element('tbody')
var tr=new Element('tr');
var td=new Element('td').update('hello');
cont.insert(t);
t.insert(tb)
tb.insert(tr);
tr.insert(td);

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prototype-scriptaculous+unsubscr...@googlegroups.com.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
Visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to