Hello All:
Using javascript to dynamically add row elements to a table.
as in .....
row.setAttribut e("bgcolor",row Color);
// or
cell.setAttribu te("bgcolor",ro wColor);
Using firefox or netscape I'm seeing colors rendered as I would hope
for. However the same process in Internet Explorer does render the
color.
Before submitting code, it might be useful if I could look at some
documentation on the subject of discrepancies between IE and other
browsers. Pointers to such documentation is being solicited!
Thanks
Tim
Using javascript to dynamically add row elements to a table.
as in .....
row.setAttribut e("bgcolor",row Color);
// or
cell.setAttribu te("bgcolor",ro wColor);
Using firefox or netscape I'm seeing colors rendered as I would hope
for. However the same process in Internet Explorer does render the
color.
Before submitting code, it might be useful if I could look at some
documentation on the subject of discrepancies between IE and other
browsers. Pointers to such documentation is being solicited!
Thanks
Tim
Comment