Not sure, but have you tried setting the opacity with jQuery?

Something like this (after the line where you call the cluetip() method):

$('#cluetip').css('opacity', '.7');



--Karl

____________
Karl Swedberg
www.englishrules.com
www.learningjquery.com




On Nov 12, 2008, at 7:03 AM, Balu wrote:


Hi

I am trying to set the opacity of clue tip. I tried form css and
browser.

It is working, But it is hiding the rounded corners, arrows at the up
side of the cluetip.

I am using "jQuery clueTip plugin Version 0.9.4"

I am setting opacity in css as "fiter: alpha(opacity=70)"

Please suggest me to resolve this problem.

Thanks in Advance,
Balu

Reply via email to