Hi Karl,

thanks for your suggestions.

i use Version 0.8.1  (08/07/2007)

- changing fx from fadein to show did not work
- append to body seems to be the problem. if i make a wrapper-div, that does
NOT wrap the flash-element, it seems to   work. maybe you can put this
wrapper into the options for such problmes with FF and Flash.

Thanks again!
Mucky




Karl Swedberg-2 wrote:
> 
> Hi Marcus,
> 
> It might have to do with the default fx that clueTip uses -- fadeIn  
> -- because of issues with opacity.
> 
> Could you try modifying the fx.open and fx.openSpeed options? It  
> would look something like this:
> 
> $('whatever').cluetp({fx:
>    {open: 'show',
>    openSpeed: ''
>    }
> });
> 
> Also, look at the top of jquery.cluetip.js and let me know what  
> version and date you see at the top.
> 
> If that doesn't work, it might have something to do with the clueTip  
> divs being appended to <body>. Someone emailed me earlier about a  
> similar problem with Flash, and I helped him get it to work by  
> changing the line that reads:
> 
>          .appendTo('body')
> 
> to
>          .appendTo('#wrapperDiv')
> 
> ...changing "wrapperDiv" to whatever the name of his wrapper DIV was.
> 
> If anyone else has run into similar problems while developing plugins  
> or writing any jQuery code with Flash on the page, I'd love to learn  
> from your experiences.
> 
> Thanks,
> 
> --Karl
> _________________
> Karl Swedberg
> www.englishrules.com
> www.learningjquery.com
> 
> 
> 
> On Aug 13, 2007, at 7:42 AM, Marcus Renz wrote:
> 
>>
>> Hallo Alexandre,
>>
>> iŽve tried this, but wmode=transparant has no effect on the flickering
>> in Firefox. Any other tip?
>>
>>
>> Alexandre Plennevaux schrieb am Montag, 13. August 2007, 13:11:18:
>>
>> AP> Did you set your flash wmode parameter to "transparent" ? If  
>> not, try it, it
>> AP> may solve your issue.
>>
>> AP> -----Original Message-----
>> AP> From: jquery-en@googlegroups.com
>> AP> [mailto:[EMAIL PROTECTED] On
>> AP> Behalf Of Muckinger
>> AP> Sent: lundi 13 aout 2007 10:49
>> AP> To: jquery-en@googlegroups.com
>> AP> Subject: [jQuery] Problem with ClueTip: Flash-Elements flickers  
>> when
>> AP> rollover
>>
>>
>>
>> AP> In Firefox all Flash-Elements on the page start flickering when  
>> the mouse
>> AP> rolls over a cluetip-element.
>>
>> AP> Any hints?
>> AP> --
>> AP> View this message in context:
>> AP> http://www.nabble.com/Problem-with-ClueTip%3A-Flash-Elements- 
>> flickers-when-r
>> AP> ollover-tf4260255s15494.html#a12123559
>> AP> Sent from the JQuery mailing list archive at Nabble.com.
>>
>> AP> Ce message Envoi est certifié sans virus connu.
>> AP> Analyse effectuée par AVG.
>> AP> Version: 7.5.476 / Base de données virus: 269.11.15/949 - Date:  
>> 12/08/2007
>> AP> 11:03
>> AP>
>>
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Problem-with-ClueTip%3A-Flash-Elements-flickers-when-rollover-tf4260255s15494.html#a12127106
Sent from the JQuery mailing list archive at Nabble.com.

Reply via email to