[jQuery] Re: IE/Opera problem using ClueTip

2008-02-24 Thread Faraz Shuja
sir thanks a lot for your time!
yes u r right its the problem of server.


[jQuery] Re: IE/Opera problem using ClueTip

2008-02-23 Thread Karl Swedberg


Hi Faraz,

I think the problem must have something to do with your server  
configuration. I posted your files on my server and it looks like it's  
working fine in Opera (tried your link, and it was asking for the user  
name / password).


Check it out:

http://test.learningjquery.com/faraz/Tooltip.html


--Karl
_
Karl Swedberg
www.englishrules.com
www.learningjquery.com



On Feb 23, 2008, at 3:14 PM, fshuja wrote:



btw, i want to create the same tooltip as on 
http://www.netflix.com/BrowseSelection




[jQuery] Re: IE/Opera problem using ClueTip

2008-02-21 Thread fshuja

Please help me out! i have a project based on this and its delaying...


[jQuery] Re: IE/Opera problem using ClueTip

2008-02-21 Thread Karl Swedberg


I want to help. I can't promise when I'm going to get to it, though.  
I'm really sorry. I have a flood of tasks that I haven't even been  
able to look at yet.




--Karl
_
Karl Swedberg
www.englishrules.com
www.learningjquery.com



On Feb 21, 2008, at 1:40 AM, fshuja wrote:



Please help me out! i have a project based on this and its delaying...




[jQuery] Re: IE/Opera problem using ClueTip

2008-02-18 Thread fshuja

thnx for ur response.
Yes i have test the code by removing the onActivate and onShow
functions but still the same problem. One more thing i forget to tell
that the code is 100% ok on local.
Sould i send u the whole code?

thnks
Faraz


[jQuery] Re: IE/Opera problem using ClueTip

2008-02-18 Thread fshuja

Ok i am sending u the code at ur email
@englishrules.com

I have IIS test server.


[jQuery] Re: IE/Opera problem using ClueTip

2008-02-16 Thread Karl Swedberg


Hi,

Sorry you're having problems with the plugin. I'm wondering if you  
could help me troubleshoot a bit. Could you try pulling out the  
onActivate and onShow function options and see what happens? Also, I'd  
suggest moving some of the arrow background info to the stylesheet.



Unrelated to your question -- you're using a transparent PNG image for  
the arrows. These will not work as expected in IE 6 unless you you use  
a filter css hack in your stylesheet or a pngfix plugin.


thanks,

--Karl
_
Karl Swedberg
www.englishrules.com
www.learningjquery.com



On Feb 16, 2008, at 4:58 AM, fshuja wrote:



i was using clueTip to create a tooltip like netflix. i just ClueTip's
ajax based approach to load other html files in tooltip. its working
perfect in FF but not in IE and asked for username/pass in Opera.
please check the link

http://www.unirazz.com/tooltip.html

thnx