Here is a demo page:
http://bridgetandmisha.com/resize%5Fsizes.html#
Why am i unable to resize one of the tables to be 400px using this code:
$("#countProductSummaryDetailTable").width(400)
Can someone tell me what html markup is preventing this?
Also, i am able to resize another table on the page to 400px (but that is not what i need):
$("#countProductSummaryHeaderTable").width(400)