hi, i have some problem with table and firefox (version 3.6.10+): i can not fill the td.
This problem is only on windows. This problem is in your demo too.
Thank's for reply
Simone
Forum closed. New forum available at http://community.wymeditor.org/
for(y=0; y<iCols; y++) {newRow.insertCell(y);}
for(y=0; y<iCols; y++) {
var newCell = newRow.insertCell(y);
var newText = document.createTextNode('-');
newCell.appendChild(newText);
}
for(y=0; y<iCols; y++) {newRow.insertCell(y);}
for(y=0; y<iCols; y++) {
var newCell = newRow.insertCell(y);
if(jQuery.browser.mozilla){
newCell.innerHTML = '<br _moz_editor_bogus_node="TRUE" style="display:table-cell;" _moz_dirty="">';
}
}
Users browsing this forum: No registered users and 4 guests