Javascript Tooltips, Popups, Captions - BoxOver  

Go Back   Javascript Tooltips, Popups, Captions - BoxOver > BoxOver > Feedback
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 08-12-2006, 02:16 PM
lxxl lxxl is offline
Junior Member
 
Join Date: Aug 2006
Posts: 3
Default fade option not working with custom CSS properly

hello,

first off: this is a really great tooltip script! this is exactly, what i've been looking for.

the only thing, i'm wondering about, is, how (or if) it is possible to get the fade option working properly, when using own CSS definitions (and a gif-image in the tooltip's body tag). unfortunately it is not fading at all.

to render this more clearly, here is the code:

PHP Code:
<area shape="rect" coords="14,25,179,91" href="#"
title="cssheader=[TTheader] cssbody=[TTbody] header=[] 
body=[<img src='images/test.gif'>] fade=[on] fadespeed=[0.7]"

and
PHP Code:
<area shape="circle" coords="375,56,23" href="#"
title="cssheader=[TTheader] cssbody=[TTbody] header=[hint]
body=[some sample text] fade=[on] fadespeed=[0.7]"

and this is the according CSS:

PHP Code:
.TTheader {
    
margin0px;
    
padding0px;
    
border-top-width0px;
    
border-right-width0px;
    
border-bottom-width0px;
    
border-left-width0px;
    
border-top-stylenone;
    
border-right-stylenone;
    
border-bottom-stylenone;
    
border-left-stylenone;
    
font-familyVerdanaArialHelveticasans-serif;
    
font-size12px;
    
font-weightbold;
    
color#FF9999;
    
font-variantsmall-caps;

}

.
TTbody {
    
border-top-width0px;
    
border-right-width0px;
    
border-bottom-width0px;
    
border-left-width0px;
    
border-top-stylenone;
    
border-right-stylenone;
    
border-bottom-stylenone;
    
border-left-stylenone;
    
margin0px;
    
padding0px;
    
font-familyVerdanaArialHelveticasans-serif;
    
font-size9px;
    
font-weightnormal;
    
color#666600;
    
font-stylenormal;
    
line-heightnormal;
    
font-variantnormal;

any help appreciated.

alex

Last edited by lxxl : 08-12-2006 at 02:18 PM.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 10:09 AM.