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
image/text move on mouseover
Old 06-08-2008, 11:38 PM image/text move on mouseover
Junior Talker

Posts: 2
Trades: 0
Hi, I am currently using dreamweaver 8, and I am trying to get my image/buttons to move up slightly when the mouse touches over it, and when the mouse leaves i would like it to go back to its original position on the page. Does anyone know where i could find the javascript code for this? Thanks. Below is the link to a template/page that has the image buttons move on mouseover.

http://www.flash-template-design.co...ew.php?tid=2428
aprilpgb22 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-09-2008, 03:24 AM Re: image/text move on mouseover
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,519
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
It's NOT javascript. It is in Flash so you can't edit it in Dreamweaver.

You need the .fla file, the Adobe Flash developer and to be able to write code in ActionScript
__________________
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 online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 06-09-2008, 09:55 AM Re: image/text move on mouseover
Sleeping Troll's Avatar
Ultra Talker

Posts: 351
Name: Butch Begy
Trades: 0
<img src="images/Buttons/SpinPkg.png" name="ImgPkg" width="150" height="74" border="0" usemap="#MapPkg" id="ImgPkg"/>
<map id="MapPkg" name="MapPkg">
<area shape="circle" coords="115,37,15" onclick= "javascript:Peruse('Pkg','F'); return false" onMouseOver="document.images[1].src='images/Buttons/spinpkg3.png'" onMouseOut="document.images[1].src='images/Buttons/spinpkg.png'"/>
<area shape="circle" coords="37,37,15" onClick="javascript:Peruse('Pkg','B'); return false" onMouseOver="document.images[1].src='images/Buttons/spinpkg2.png'" onMouseOut="document.images[1].src='images/Buttons/spinpkg.png'"/>
</map>
Sleeping Troll is offline
Reply With Quote
View Public Profile
 
Old 06-09-2008, 09:58 AM Re: image/text move on mouseover
Sleeping Troll's Avatar
Ultra Talker

Posts: 351
Name: Butch Begy
Trades: 0
This is some code I use you should be able to figure out what is going on.

Quote:
<img src="images/Buttons/SpinPkg.png" name="ImgPkg" width="150" height="74" border="0" usemap="#MapPkg" id="ImgPkg"/>
<map id="MapPkg" name="MapPkg">
<area shape="circle" coords="115,37,15" onclick= "javascript:Peruse('Pkg','F'); return false" onMouseOver="document.images[1].src='images/Buttons/spinpkg3.png'" onMouseOut="document.images[1].src='images/Buttons/spinpkg.png'"/>
<area shape="circle" coords="37,37,15" onClick="javascript:Peruse('Pkg','B'); return false" onMouseOver="document.images[1].src='images/Buttons/spinpkg2.png'" onMouseOut="document.images[1].src='images/Buttons/spinpkg.png'"/>
</map>
Sleeping Troll is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to image/text move on mouseover
 

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