I have an ascx control and I need to to fit into a div on my page. I do not want to scroll it. Can I reduce it's size to make it fit correctly? The labels seem to be ok, but some of the table cells and textboxes could be shrunk and I believe it would fit ok. I was thinking of doing a jQuery select on the textboxes in the ascx and reducing their widths. One concern tho is that these textboxes use the "cols" attribute for their lengths. Can I set that value to 75% of what it currently is or something? Can you grab certain columns of a table in jQuery and only operate on those cells? Some columns will need to retain their width while others can clearly be shrunk.
I don't want to modify the exisitng ascx as it used throughout the app and the stakeholders want to use the same control on this page.
Thanks for any advice. ~ck in San Diego