Re: [Proto-Scripty] Set Opacity with no effect

2013-01-27 Thread kstubs
That's pretty straightforward.  Thanks.

On Monday, January 21, 2013 12:49:11 PM UTC-7, Walter Lee Davis wrote:

 $('myElementId').setOpacity(1); 

 On Jan 21, 2013, at 12:43 PM, kstubs wrote: 

  Whats the most straightforward means of setting opacity on a layer 
 without any effects?  I just need the layer to be opaque. 
  
  Thanks, 
  Karl.. 
  
  -- 
  You received this message because you are subscribed to the Google 
 Groups Prototype  script.aculo.us group. 
  To view this discussion on the web visit 
 https://groups.google.com/d/msg/prototype-scriptaculous/-/cSIj-Bn35NAJ. 
  To post to this group, send email to 
  prototype-s...@googlegroups.comjavascript:. 

  To unsubscribe from this group, send email to 
 prototype-scriptaculous+unsubscr...@googlegroups.com javascript:. 
  For more options, visit this group at 
 http://groups.google.com/group/prototype-scriptaculous?hl=en. 



-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
Visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Proto-Scripty] Set Opacity with no effect

2013-01-21 Thread Walter Lee Davis
$('myElementId').setOpacity(1);

On Jan 21, 2013, at 12:43 PM, kstubs wrote:

 Whats the most straightforward means of setting opacity on a layer without 
 any effects?  I just need the layer to be opaque.
 
 Thanks,
 Karl..
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 Prototype  script.aculo.us group.
 To view this discussion on the web visit 
 https://groups.google.com/d/msg/prototype-scriptaculous/-/cSIj-Bn35NAJ.
 To post to this group, send email to prototype-scriptaculous@googlegroups.com.
 To unsubscribe from this group, send email to 
 prototype-scriptaculous+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/prototype-scriptaculous?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.