Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Closed Thread
Old 02-20-2008, 01:52 PM Combinie two scripts
Junior Talker

Posts: 1
Trades: 0
Hey ppl,

Got a challenge for you. Im building my portfolio website and i want to combine two scripts.

This one (my website)

http://www.wiljanbiemans.nl


<!--
//Pulldown script
window.onload=montre;
function montre(id) {
var d = document.getElementById(id);
for (var i = 1; i<=10; i++) {
if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display= 'none';}
}
if (d) {d.style.display='block';}
}
//-->


with this one

http://www.bosrup.com/web/overlib/

<a href="javascript:void(0);" onmouseover="return overlib('This is an ordinary
popup.');" onmouseout="return nd();">here</a>

the second one comes with some js files.

Any idea's??? Would really apperiate it.

Thnx

Last edited by skillz; 02-21-2008 at 05:54 AM..
skillz is offline
View Public Profile
 
 
Register now for full access!
Old 02-21-2008, 11:30 AM Re: JavaScript Question » Comment balloon on text-link mouseover
willcode4beer's Avatar
Super Moderator

Posts: 1,533
Name: Paul Davis
Location: San Francisco
Trades: 1
Sorry for link spam but, give this a look:
http://willcode4beer.com/tips.jsp?set=bubbleTooltips
The code will give you a fading bubble tooltip. There is also an explanation of how the code works so, you can change it to meet specific needs.
__________________

Please login or register to view this content. Registration is FREE

willcode4beer is offline
View Public Profile
 
Closed Thread     « Reply to Combinie two scripts
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.10012 seconds with 12 queries