Hello,
Problems with IE, works fine in FireFox.
Building tables with javascript. Everything works fine until I resize an inputfield, type text, in a td. When that is done I want all the td's in the same column to align = center so their inputfields, type text, that now are smaller than the one I resized end up in the middle, straight below the bigger one.
I've tried currentTd.setAt tribute("align" , "center") and currentTd.align = "center".
I know I'm looking at the right td and all, setting other things like borderColor etc works fine but not the align.
Any ideas? Thank you for taking your time.
Regards,
Magnus
Problems with IE, works fine in FireFox.
Building tables with javascript. Everything works fine until I resize an inputfield, type text, in a td. When that is done I want all the td's in the same column to align = center so their inputfields, type text, that now are smaller than the one I resized end up in the middle, straight below the bigger one.
I've tried currentTd.setAt tribute("align" , "center") and currentTd.align = "center".
I know I'm looking at the right td and all, setting other things like borderColor etc works fine but not the align.
Any ideas? Thank you for taking your time.
Regards,
Magnus
Comment