[How To] Change tooltip background color?

Here you can find plenty of help with your general coding needs and projects
If it is about a specific program, use the corresponding forum
DO NOT ask basic questions such as "How do I print a variable", use Google for that

[How To] Change tooltip background color?

Postby Isce » Sun Sep 03, 2006 7:38 am

Currently on my site when I do a mouse over on any of the items the mouseover tooltip background color is light blue. I can not seem to find where to change this value so that it is black. Any tips would be appreciated. I am not sure what CSS holds the tolltip/mouseover information.
Last edited by Isce on Mon Sep 04, 2006 12:15 pm, edited 1 time in total.
Isce
WR.net Apprentice
WR.net Apprentice
 
Posts: 6
Joined: Thu Aug 31, 2006 7:17 pm

[How To] Change tooltip background color?

Postby zanix » Sun Sep 03, 2006 7:57 am

Well, a link would be nice so we can see it for ourselves

Anyway, the css for overlib is in roster/css/styles.css
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 ***********/


But the real reason they are blue is because you probably have another copy of overlib running on that page and it's overwriting roster's
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: [How To] Change tooltip background color?

Postby Isce » Mon Sep 04, 2006 12:09 pm

Oh here is the link...

http://www.fatesend.org

I will look at the CSS and see if the issue is there. Thank you for your response.
Isce
WR.net Apprentice
WR.net Apprentice
 
Posts: 6
Joined: Thu Aug 31, 2006 7:17 pm


Return to General Code Help

Who is online

Users browsing this forum: No registered users and 0 guests

cron