[thelist] setAttribute in IE

Timothy Martens timfm at hawaii.rr.com
Wed Jun 12 15:42:07 CDT 2002


| Have you tried 'cellSpacing'? I think I remember
| reading somewhere that IE requires camelCaps.

Cheers Duncan - that did it!

  function cellSpc(val) {
    var x = document.getElementById("swatch");
    x.setAttribute('cellSpacing', val);
  }

 t.

::::::::::::::::::::::::
<!--timothy martens
timfm at hawaii.rr.com-->




More information about the thelist mailing list