<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...
