3
I think I was wrong to blame this on the transparency attribute. The CSS for the theme calls for white text on a transparent (blue) background. When the user mouses over the select box it should show black text on white. Clicking shows the drop down with all choices black on white, except the selected one, which is white on a blue (not transparent).
In IE the select box shows white text on transparent (ie the blue of the background) but when one mouses over it still shows white on blue. Clicking causes the drop down to appear but text is white on white. As you drag down the selections, the correct white on blue shows.
The CSS is correctly interpreted in Firefox and other browsers I've tested.
The problem, therefore, appears to be that IE is not recognizing or rendering the CSS to show the drop down as black on white, specifically, it's not showing the black text.
I can let you look at the page if you wish. I'd have to give you a temporary user name as the page is not yet public.
[Edit] Well, I changed background-color transparent to background-color #113e8f and the drop downs in IE now appear as white on that blue background. In Firefox they still appear as black on a white background, with the selected one being white on a blue (not the blue I chose for the background color). So, now at least the choices can be read on IE as well as other browsers. I hate IE. It's still not interpreting the CSS correctly.
barryC