We recently developed a JQUERY table that can dynamically adjust its columns based on the count value, and placed it in a DIV tag. Unfortunately, in IE7, we are encountering an issue where the thead and tbody elements are extending beyond the boundaries of the DIV tag.
It appears that the width of these elements is being set automatically by CSS, making it difficult for us to override them. Has anyone else experienced this problem before? Any advice would be greatly appreciated.