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



Reply
mouseover popup (I think this is js)
Old 10-05-2006, 06:19 PM mouseover popup (I think this is js)
Village Idiot's Avatar
Webmaster Talker

Posts: 535
Trades: 0
how do I make a popup when you roll the mouse over something like on http://planetsourcecode.com/ 's double underlined text.
__________________
I have the heart of a child, I keep it in a jar on my desk.
Village Idiot is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-06-2006, 12:03 PM Re: mouseover popup (I think this is js)
Kirtan's Avatar
Who Am I?

Posts: 376
Name: Venkat Raj
Location: Salem, South India
Trades: 3
I think you are talking about intelli text window. are you? there is no intelli text in the page you have posted
__________________
All the Buddhas of all the ages have been telling you a very simple fact: Be -- don't try to become.
Kirtan is offline
Reply With Quote
View Public Profile Visit Kirtan's homepage!
 
Old 10-06-2006, 02:33 PM Re: mouseover popup (I think this is js)
Village Idiot's Avatar
Webmaster Talker

Posts: 535
Trades: 0
yes, and there was when I posted it.

I dont care if its from the company, I just want to know how to do that.
__________________
I have the heart of a child, I keep it in a jar on my desk.
Village Idiot is offline
Reply With Quote
View Public Profile
 
Old 10-07-2006, 04:30 PM Re: mouseover popup (I think this is js)
Novice Talker

Posts: 7
Name: Musicmaza
Trades: 0
Yeah Java Script is the very powerful language.

Best Regards

Musicmaza
<please create a forum signature>

Last edited by vangogh; 10-08-2006 at 06:04 PM..
musicmaza is offline
Reply With Quote
View Public Profile
 
Old 10-08-2006, 05:39 PM Re: mouseover popup (I think this is js)
Village Idiot's Avatar
Webmaster Talker

Posts: 535
Trades: 0
thanks a bundle! that completely helps me! </sarcasm>
__________________
I have the heart of a child, I keep it in a jar on my desk.
Village Idiot is offline
Reply With Quote
View Public Profile
 
Old 10-08-2006, 06:29 PM Re: mouseover popup (I think this is js)
reli4nt's Avatar
Extreme Talker

Posts: 168
Location: New York
Trades: 0
I think someone was trying to raise the pagerank for their site by making forum posts. It's a cheap trick that doesn't work very well.
__________________

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

Designing the world we live in.
Defining the terms we live by.
reli4nt is offline
Reply With Quote
View Public Profile Visit reli4nt's homepage!
 
Old 10-16-2006, 04:33 PM Re: mouseover popup (I think this is js)
Village Idiot's Avatar
Webmaster Talker

Posts: 535
Trades: 0
can anybody help me? im pushing this as far back as I can in the project, but I cant push it back too much farther
__________________
I have the heart of a child, I keep it in a jar on my desk.
Village Idiot is offline
Reply With Quote
View Public Profile
 
Old 10-16-2006, 07:28 PM Re: mouseover popup (I think this is js)
mgraphic's Avatar
Truth Seeker

Latest Blog Post:
JAMISONTUNES
Posts: 2,918
Name: Keith Marshall
Location: Connecticut
Trades: 0
Using the attribute onmouseover="call_custom_function(this);" to call a user defined function written in the html head (or called from an external js file).

Check for scripts on sites such as: www.hotscripts.com
__________________

<mgraphic /> - I don't have a solution but I admire the problem.
mgraphic is offline
Reply With Quote
View Public Profile
 
Old 10-16-2006, 10:03 PM Re: mouseover popup (I think this is js)
Village Idiot's Avatar
Webmaster Talker

Posts: 535
Trades: 0
I know its onmouseover, and you think I havent tried google and hotscripts? could you give me an exact script or tutorial? help would be nice, not a go away message.
__________________
I have the heart of a child, I keep it in a jar on my desk.
Village Idiot is offline
Reply With Quote
View Public Profile
 
Old 10-17-2006, 12:37 AM Re: mouseover popup (I think this is js)
seomumbai's Avatar
Skilled Talker

Posts: 98
Trades: 0
In the mouse over event function you can just code to open a window by using window.showmodaldialog or window.open.
seomumbai is offline
Reply With Quote
View Public Profile
 
Old 10-17-2006, 12:48 AM Re: mouseover popup (I think this is js)
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,935
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
http://www.eggheadcafe.com/articles/...dal_dialog.asp <--- that's not quite what you're after, but with a little tweaking it can work for you.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 10-17-2006, 02:30 PM Re: mouseover popup (I think this is js)
Village Idiot's Avatar
Webmaster Talker

Posts: 535
Trades: 0
thats nothing close to what I need, I need it to open a frame type window what goes away when you arent over it
__________________
I have the heart of a child, I keep it in a jar on my desk.
Village Idiot is offline
Reply With Quote
View Public Profile
 
Old 10-17-2006, 08:00 PM Re: mouseover popup (I think this is js)
Average Talker

Posts: 18
Trades: 0
You mean that you want to change the visibility of a div?
kommissar is offline
Reply With Quote
View Public Profile
 
Old 10-17-2006, 10:36 PM Re: mouseover popup (I think this is js)
Village Idiot's Avatar
Webmaster Talker

Posts: 535
Trades: 0
what intilitext does
http://www.vibrantmedia.com/advertisers/index.asp
__________________
I have the heart of a child, I keep it in a jar on my desk.
Village Idiot is offline
Reply With Quote
View Public Profile
 
Old 10-17-2006, 10:39 PM Re: mouseover popup (I think this is js)
reli4nt's Avatar
Extreme Talker

Posts: 168
Location: New York
Trades: 0
It's Javascript, which means the script is in the code or the link to it is. Just experiment with the code they have.
__________________

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

Designing the world we live in.
Defining the terms we live by.
reli4nt is offline
Reply With Quote
View Public Profile Visit reli4nt's homepage!
 
Old 10-28-2006, 01:30 PM Re: mouseover popup (I think this is js)
Junior Talker

Posts: 1
Name: David Miller
Trades: 0
Try this: http://theonlinecampus.ca/courses/tu...ava/pudl03.htm


I wrote this a couple years ago and it doesn't seem to work in FireFox 1.5. If you've got an suggestions on how to fix it... let me know.
ghozx is offline
Reply With Quote
View Public Profile
 
Old 10-30-2006, 03:20 AM Re: mouseover popup (I think this is js)
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,385
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
how about http://www.kryogenix.org/code/browser/nicetitle/
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to mouseover popup (I think this is js)
 

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.49574 seconds with 12 queries