optiontransferselect and cssStyle

2010-03-11 Thread David Crespo Arroyo
Hi all, I want don't display the red area in my view (http://imagebin.ca/view/j6G3MClp.html) until I do click in a select of this view. My problem is I don't know how to don't show the red area, certainly it is a optiontransferselect. I tried it with:

Re: optiontransferselect and cssStyle

2010-03-11 Thread Dale Newfield
David Crespo Arroyo wrote: I want don't display the red area in my view (http://imagebin.ca/view/j6G3MClp.html) until I do click in a select of this view. So put that inside a span or div with display:none, and add javascript to change that when appropriate. -Dale