i have a form which resides in a carefully formatted table so it looks good. the only problem is, is that one side of the form is a javascript accordion menu, so its size is constantly changing. Because of this, the whole table keeps changing so the contents keep getting skewed if i opened part of the accordion menu. I fixed this in Firefox by giving all the other table cells a specific size, and left one unspecified so only that table cell gets adjusted, leaving a clean look. However, in Internet Explorer, that doesn't work. they all still get skewed. Any fixes?