Old 04-18-2005   #16 (permalink)
Sheep Worrier
 
Man1c M0g's Avatar
 
Join Date: Sep 2003
Location: Portsmouth, UK.
Posts: 4,105
Blog Entries: 14

Send a message via ICQ to Man1c M0g Send a message via MSN to Man1c M0g Send a message via Skype™ to Man1c M0g
Wow Eagle - thanks for the help with this one! Call me stupid, though, but I just can't get it to work flawlessly. Can you attach a HTML file with an example implementation so I can see how it works?
__________________
Man1c M0g is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-18-2005   #17 (permalink)
Moderator
 
Join Date: Jul 2004
Location: Quebec City, Canada
Posts: 50

Sure, here you go:

http://pages.infinit.net/jpb/ulfiles/tooltip.html

It might be that the code has problems but I hope not
The Eagle is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-18-2005   #18 (permalink)
Local Biorust Beast
 
Order's Avatar
 
Join Date: Oct 2003
Location: San Diego, CA, USA
Posts: 2,253

Send a message via AIM to Order Send a message via MSN to Order Send a message via Yahoo to Order
And it works in Safari! A winner we have here!
__________________
Order is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-19-2005   #19 (permalink)
Sheep Worrier
 
Man1c M0g's Avatar
 
Join Date: Sep 2003
Location: Portsmouth, UK.
Posts: 4,105
Blog Entries: 14

Send a message via ICQ to Man1c M0g Send a message via MSN to Man1c M0g Send a message via Skype™ to Man1c M0g
Quote:
Originally Posted by The Eagle
Sure, here you go:

http://pages.infinit.net/jpb/ulfiles/tooltip.html

It might be that the code has problems but I hope not
Excellent! I'll have a go at integrating it later tonight. Thanks!
__________________
Man1c M0g is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-20-2005   #20 (permalink)
Sheep Worrier
 
Man1c M0g's Avatar
 
Join Date: Sep 2003
Location: Portsmouth, UK.
Posts: 4,105
Blog Entries: 14

Send a message via ICQ to Man1c M0g Send a message via MSN to Man1c M0g Send a message via Skype™ to Man1c M0g
And its integrated! It works fine in all browsers now... but in IE6 it seems a bit intermittent. That is, it'll work several times, and then just stop working totally until page refresh. Is this just my browser or is it something to do with the code?

Update: Ok, it seems that the tooltips appear relative to the page. i.e. as you scroll down they display further and further away. Any idea how I can correct this Eagle?
__________________
Man1c M0g is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-20-2005   #21 (permalink)
Moderator
 
Join Date: Jul 2004
Location: Quebec City, Canada
Posts: 50

You're right, there was something missing, so here is a new overhere() function to replace the old one.

Code:
function overhere(e){
	if(initialize) {
		if(e)
			MoveToolTip(e.pageX + 15, e.pageY);

		else
			MoveToolTip(window.event.x + document.body.scrollLeft + 15, window.event.y + document.body.scrollTop);
	}
	else {
		if(e) {

			pos[0] = e.pageX;
			pos[1] = e.pageY;

		}

		else {

			pos[0] = window.event.x + document.body.scrollLeft;
			pos[1] = window.event.y + document.body.scrollTop;

		}
	}
}
The Eagle is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-20-2005   #22 (permalink)
Sheep Worrier
 
Man1c M0g's Avatar
 
Join Date: Sep 2003
Location: Portsmouth, UK.
Posts: 4,105
Blog Entries: 14

Send a message via ICQ to Man1c M0g Send a message via MSN to Man1c M0g Send a message via Skype™ to Man1c M0g
And now it works flawlessly! Many thanks for all your help m8!
__________________
Man1c M0g is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +1. The time now is 05:31 AM.
Content Relevant URLs by vBSEO 3.2.0

Design & Content © BioRUST 2008 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT