I Re-uploaded (more and more) css/styles.css
Don't work!
Then I cut :
- Code: Select all
/*********** Overlib Tooltip styles ***********/
.overlib_fg {
/* Sets main text background */
/* ol_fgclass */
background-color:#000000;
}
.overlib_border {
/* Sets the border style */
/* ol_bgclass */
border:1px outset white;
}
.overlib_maintext {
/* Sets main text style */
/* ol_textfontclass */
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}
.overlib_captiontext {
/* ol_captionfontclass */
color:#FFFFFF;
background-color:#2E2D2B;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
}
.overlib_closetext {
/* ol_closefontclass */
color:#FFFFFF;
background-color:#2E2D2B;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
}
/*********** End Overlib Tooltip styles ***********/
and past in the top of style.css
I Re-uploaded css/styles.css, and he tooltip work now correctly...
It appear that a bug is somewhere in style.css (or probably not)
I'll search about it...
Thank's you for your help and for your work.