May I have some Tooltip Assistance?

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   May I have some Tooltip Assistance?
Colossus610
CZ Super Newbie
Colossus610 has been a member for over 19 year's 19 Year Member
usa.gif illinois.gif
Gender: Male
Website:
Status: Offline
Joined: Feb 24, 2005
0.00 posts per day
Posts: 35
Points: 1,667
AIM Address Yahoo Messenger MSN Messenger ICQ Number
Ok, after seeing the rather neat little moving tooltip on you Navigation Block, I have decided that I must have that for myself. So intead of just giving in to ignorance and asking you to do it for me. I have come up with a comparable solution, but I do have just one little request for help.

This is the code from my NavigationBlock
if ($m_title != $main_module) {
            if ($view == 0) {
                $content .= "<TR><TD class=\"row1\">&nbsp;<a href=\"modules.php?name=$m_title\" onMouseOver=\"toolTip('Figuring this out', 100)\" onMouseOut=\"toolTip()\">$m_title2</a></TD></TR>\n";
            } elseif ($view == 1 AND is_user($user)) {
                $content .= "<TR><TD class=\"row1\">&nbsp;<a href=\"modules.php?name=$m_title\" onMouseOver=\"toolTip('Figuring this out', 100)\" onMouseOut=\"toolTip()\">$m_title2</a></TD></TR>\n";
            } elseif ($view == 2 AND is_admin($admin)) {
                $content .= "<TR><TD class=\"row1\">&nbsp;<a href=\"modules.php?name=$m_title\" onMouseOver=\"toolTip('Figuring this out', 100)\" onMouseOut=\"toolTip()\">$m_title2</a></TD></TR>\n";
            } elseif ($view == 3 AND paid()) {
                $content .= "<TR><TD class=\"row1\">&nbsp;<a href=\"modules.php?name=$m_title\" onMouseOver=\"toolTip('Figuring this out', 100)\" onMouseOut=\"toolTip()\">$m_title2</a></TD></TR>\n";
            } elseif ($view > 3 AND in_groups($groups)) {
                $content .= "<TR><TD class=\"row1\">&nbsp;<a href=\"modules.php?name=$m_title\" onMouseOver=\"toolTip('Figuring this out', 100)\" onMouseOut=\"toolTip()\">$m_title2</a></TD></TR>\n";
            }


What do I put where it says "Figuring this out"?

I have tried all sorts of stuff , I think it may just be a format thing between JavaScript, HTML and PHP, something I'm not escaping properly. Once again it's just too late at night and I neeed sleep.
But at least I did all my own thinking, figured out what block to modify and where in the code, and all the other stuff.
Can I ask this one little thing?

Check it out= [ Register or login to view links on this board.]


Back to top Reply with quote
#2   re: May I have some Tooltip Assistance?
Colossus610
CZ Super Newbie
Colossus610 has been a member for over 19 year's 19 Year Member
usa.gif illinois.gif
Gender: Male
Website:
Status: Offline
Joined: Feb 24, 2005
0.00 posts per day
Posts: 35
Points: 1,667
AIM Address Yahoo Messenger MSN Messenger ICQ Number
Nevermind, i figured it out, just needed some sleep to clear my head and the next morning it became clear to me. Darn sleep, robs you of intelligence.



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum