Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
tooltip styles
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tracey_nz  
View profile  
 More options Apr 25 2007, 11:32 pm
From: Tracey_nz <tracey...@gmail.com>
Date: Wed, 25 Apr 2007 20:32:08 -0700
Local: Wed, Apr 25 2007 11:32 pm
Subject: tooltip styles
Hi
can someone point me to some detailed info on how to customise the
look of the tooltip please?
I have recently updated domTT.js in a legacy application and now the
tooltips have no background...

I would like to be able to enclose them in a box like they were
previously, but i cant make any sense of what little documentation i
have been able to get hold of.. (howto)

Thanks in advance

Tracey


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Caleb Phillips  
View profile  
 More options Apr 26 2007, 9:45 am
From: "Caleb Phillips" <caleb.phill...@gmail.com>
Date: Thu, 26 Apr 2007 08:45:13 -0500
Local: Thurs, Apr 26 2007 9:45 am
Subject: Re: [dom-tooltip] tooltip styles

There is a parameter to domTT_activate called 'styleClass'.  Pass the value
of your base tooltip css class to that parameter. As far as I can tell, It
also looks for two subclasses .caption and .contents.

Here's my setup which was copied from the examples and modified:

div.domTTClassic {
    border-top: 1px solid #C9DEDF;
    border-left: 1px solid #C9DEDF;
    border-bottom: 2px outset #C9DEDF;
    border-right: 2px outset #C9DEDF;

    background-color: #fff;
    padding: 0 0 0 0;

}

div.domTTClassic .caption {
    background-color:#E9EFEF;
    color: #0B504D;
    font-size: 13px;
    _font-size: 12px;
    font-weight: bold;
    padding: 3px 5px 3px 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #C9DEDF;

}

div.domTTClassic .contents {
    font-size: 13px;
    _font-size: 12px;
    padding: 5px 5px 10px 5px;

}

On 4/25/07, Tracey_nz <tracey...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tracey_nz  
View profile  
 More options Apr 26 2007, 6:07 pm
From: Tracey_nz <tracey...@gmail.com>
Date: Thu, 26 Apr 2007 15:07:23 -0700
Local: Thurs, Apr 26 2007 6:07 pm
Subject: Re: tooltip styles
Thanks Caleb

I had seen the param in the "documentation" just wasnt sure how to use
it.  I came in all fresh this morning and figured it out.  I could not
find anywhere documentation stating something like:
"To pass a value for a parameter, first pass the name of the parameter
in string form, then a comma, then the value of that parameter"
Also, it doesnt seem to matter what order you pass these parameters??

It seems that previous versions of domTT defaulted to domTTClassic
class, however this is not the case anymore....

So now my call looks something like this:
<a href='javascript:void(0);'onmouseover='return
makeTrue(domTT_activate(this, event, "statusText", "put some text for
status bar here", "styleClass", "domTTClassic", "content", "Sale
Length: 4.3, Member: PFP<br>Jas: 28.774, Pcs: 29<br>Days Old: 9,
Oldest Fell: 18-Apr-2007<br>Wk2: 29 ", "trail", true));'>
<img name='imgGraph' id='imgGraph' alt='' src='WAITINGFORBONUS.jpg'
border='0' />

Excellent thanks for pushing me in the right direction :)

On Apr 27, 1:45 am, "Caleb Phillips" <caleb.phill...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google