I am working on a gallery-builder project, and one of the things that I do to allow the client to choose various files from a photographer's library is to use one select list for the photographer, and another select list for the file library which will be dynamically filled when someone selects a photographer.
This works fine in every browser/cpu combination except for IE for the mac. In macIE, when you choose a photographer from the right-most column and the file library select populates, the cell that the selects are in shifts way over to the left, cramping the other content of the page to the left along with it.
My first guess was that when the file library select populates macIE re-renders the table. However, even when explicitly stating the width, height, and alignment of the cells the issue occurs.
Has anyone run into something like this before?