Where col is a <colelement:
col.style.width = "27px";
works fine on Firefox but not on IE. How do you set a column width in IE?
(If it matters, the <colis not one that was present in HTML, it was
created in the Javascript.)
--
Tim Ward
col.style.width = "27px";
works fine on Firefox but not on IE. How do you set a column width in IE?
(If it matters, the <colis not one that was present in HTML, it was
created in the Javascript.)
--
Tim Ward
Comment