Click to See Complete Forum and Search --> : javascript table?


meathane
08-12-2003, 06:20 AM
is it possible to make a javascript table [would it be java?] in a html page that u can resize, so like if it said 'name' at the column header and then 'mr. whatever' was the name, if the width was too small it would say 'mr wha...' like explorer does. can this be done rather than the 'whatever' part being on a new line?

Jona
08-12-2003, 11:42 AM
It could be done in Java, but in JavaScript you'd have to check the value of the cell and edit its value if the width wasn't right, thus it'd be different for every screen resolution and you'd have to be counting pixels...

[J]ona