Multiple css styles in Item "HTML Form Element Attributes"
503828Mar 10 2008 — edited Mar 11 2008I'm having difficulty getting multiple css style attributes to work for a textarea (APEX 3.0).
This is the code in "HTML Form Element Attributes" for the item:
style="background-color: #C6D4DD;font-style:italic;font-weight:bold;font:10pt arial;"
Only the first style in this list (background-color) is applied to the text field.
Originally, I had:
style="background-color: #C6D4DD;" style="font-style : italic;" style="font-weight:bold;" style="font : 10pt arial;"
Which worked great in IE7, but again, only showed the first style in Firefox.
How do I get all 3 styles to apply to the textarea in IE7 and Firefox?
Any help is GREATLY appreciated!
Thanks,
Alex