inlineStyle is for the "root dom element", so you can style the
*complete* area of the component.

try: inlineStyle="background:red;"

and contentStyle is for the "content" of the component, here the
rendered <select /> and its option childs.

try contentStyle="background:green;"

-M

On 6/15/07, William Hoover <[EMAIL PROTECTED]> wrote:
Is there a difference between "inlineStyle" and "contentStyle" attributes for the select many list 
box component? While testing I found that inlineStyle="display:none" has no affect while 
contentStyle="display:none" does. Am I doing something wrong or is this a bug?




--
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org

Reply via email to