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
Old 06-08-2005, 04:09 PM onMouseOver
sepple's Avatar
Super Talker

Posts: 147
Trades: 0
Hey everyone,
I am working on a project and I have a bunch of images and I need it so when you mouse over on an image information on the particular image will show up on the same page (like to the left in a box). I am not sure what to use, I think java is the way to go but am not sure what to look for. Please let me know if I am not explaining this very well. Thanks in advance for the help.

-Stephen
__________________
Thanks
Stephen
sepple is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-08-2005, 04:14 PM
millwalll's Avatar
Webmaster Talker

Posts: 674
Name: James
Location: KENT
Trades: 3
hi it depends what you are using if you got dreamweaver you can do it in that im not too sure what you mean excatly but with dhtml you can make a mouse over command in dreamweaver that the only way i know how to do it there is probley a java script as well somewhere
millwalll is offline
Reply With Quote
View Public Profile Visit millwalll's homepage!
 
Old 06-08-2005, 07:08 PM
Phaedrus's Avatar
Ultra Talker

Posts: 271
Location: CA
Trades: 0
What you're describing is relatively easy to do with JavaScript (not Java). Here's an example:
HTML Code:
<html>
<head>
  <script language="javascript">
    function showMsg(msg)
    {
	  display = document.getElementById("display");
	  display.innerHTML = msg;	
    }
  </script>
</head>
<body>

  <img src="image.jpg" onmouseover="showMsg('Hi, you\'ve just moused over me.')" />

  <div id="display"></div>

</body>
</html>
__________________

Please login or register to view this content. Registration is FREE
Phaedrus is offline
Reply With Quote
View Public Profile
 
Old 06-08-2005, 08:21 PM
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
something like Preview Gallery?

Javascript code in the page.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 06-09-2005, 02:34 AM
sepple's Avatar
Super Talker

Posts: 147
Trades: 0
Hey guys, that worked wonderfully!!! Thanks a bunch!
__________________
Thanks
Stephen
sepple is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to onMouseOver
 

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