You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Suggestions on this one... Created Sep 19, 2009

This thread is solved

Views: 840     Replies: 1     Last reply Sep 25, 2009  
You must login first before you can use this feature

cowboysdude

Posts: 14

Registered:
Mar 9, 2009

Suggestions on this one...

Posted: Sep 19, 2009


<div class="demotip"> </div>

<div class="demo">

<DIV style="width:'. $fp_bwidth.'px; border-style:'. $fp_backstyle .'; border-color:'. $fp_backcolor .'"><a href="" rel="#overlay'. $fp_ol.'">  <img src="modules/mod_flowplay2/img/'. $fp_pic .'"  height="'. $fp_ph .'" width="'. $fp_pw .'" border="'. $fp_border .'" title="'. $fp_desc .'" /></a>

<p class="1title"><b>'. $fp_title.'</b></p></h>
</div>
</div><br />';

I have used the most basic tooltip straight from the demo and I just cannot get this thing to work... what am I missing here?

Ok since no one seems to know... I'll add more...

This is the css I'm using...



#demotip { 
    display:none; 
    background:transparent url(<?php echo $fp_url?>/modules/mod_flowplay2/img/white_arrow.png); 
    font-size:17px; 
    height:720px; 
    width:160px; 
    padding:25px; 
    color:#fff;     
}
#demo a {
	border:0;
	cursor:arrow;
	margin:0 0px;
}

We are using the A tag... looking for tooltip on an a href.... should work the css is setup correctly. The js file is referenced and loading.

I'm really TRYING to get this solved... I can't believe no one can offer any suggestions here.
Thanks

Yawwwnnnnnn it's about the kind of help I expected... what's the sense in having forums if no one answers anything...

David

Posts: 41

Registered:
Sep 22, 2009

» Suggestions on this one...

Posted: Sep 25, 2009

Reply to: Suggestions on this one..., from cowboysdude
Here it is !!!

Do you have an online demo ??