is it possible to add a pan/zoom script to a table? i know it can be done with images, but thats all i could find on google :)
Printable View
is it possible to add a pan/zoom script to a table? i know it can be done with images, but thats all i could find on google :)
Not exactly. It's possible to create a script that would make it bigger or smaller. This would involve either making the font size change and/or pixels/percent size for the table/cells change. As far as I know there does not exist such a script but it would be possible to write one. It would need to be done using Javascript and probably would be easiest using classes in css but the details would become clear after some trial and error and also how it might integrate into your page.
Panning would just involve a style that uses overflow:scroll. This could be part of the script but it's not complex.