P
Pugi!
I use
mycurrent_cell.setAttribute("style", "background-color:green");
and
mycurrent_cell.setAttribute("colspan", "3");
to set some attributes of a table. The code works perfect in FireFox and
Opera, but in IE the table looks like those properties haven't been set.
When I use the 'view generated source' (from webdevelopers toolbar in FF)
and I use that to create a static html-page, it looks OK in IE. I've checked
but the setAttribute is recognized by IE, but maybe there is a problem with
the setAttribute when used for a <td> or <th> ?
If necessary I can post complete code.
Pugi!
mycurrent_cell.setAttribute("style", "background-color:green");
and
mycurrent_cell.setAttribute("colspan", "3");
to set some attributes of a table. The code works perfect in FireFox and
Opera, but in IE the table looks like those properties haven't been set.
When I use the 'view generated source' (from webdevelopers toolbar in FF)
and I use that to create a static html-page, it looks OK in IE. I've checked
but the setAttribute is recognized by IE, but maybe there is a problem with
the setAttribute when used for a <td> or <th> ?
If necessary I can post complete code.
Pugi!