OK, my bad. Marc is right,
you should use the style attribute instead of styleClass in your Struts tag. The styleClass attribute renders a "class" attribute in the response, not "style" as I thought.
You only need to specify the style or styleClass in the html:select tag. It would also be easier if you post the style class definition that you are using so we can try it out because this seems to work fine for me in IE (although I think that "12pt" is a bad name: what if you want to change it again in the future? Then the 12pt style class would be actually rendering 6pt, for example):
Yes, I know, it is HTML but your
JSP will get rendered pretty much the same way.
[ August 17, 2004: Message edited by: Junilu Lacar ]