473,387 Members | 1,463 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

How to make a onmouseclick/onmouseout/onmouseover button?

Alright, just a quick introduction. My name is David; i'm 13. And I need help making a button for my gaming profile. Don't laugh :)

This is the website: www.tinierme.com

This is my profile which I am making the button to link to my trading list: http://www.tinierme.com/tinierme/myp...lfDispFlg=true

So, I can't make my button have a link on it. This is what i've got so far..

<img src="http://i880.photobucket.com/albums/ac2/jenannaeliz/cooltext462954504.png"
onmouseover="this.src='http://i880.photobucket.com/albums/ac2/jenannaeliz/cooltext462954504MouseOver.png';" onmouseout="this.src='http://i880.photobucket.com/albums/ac2/jenannaeliz/cooltext462954504.png';" />

What HTML code do I put it in so it will link to a website? And where do I put it..? It would help if someone could copy that code, and put the HTML codes + an example in the correct area.

THANKS A LOT!!

quick edit: I also googled, binged, yahooed this question..No one knew what the hell I was talking about..
Attached Images
File Type: jpg cooltext462954504.jpg (7.0 KB, 209 views)
File Type: jpg cooltext462954504MouseOver.jpg (6.9 KB, 205 views)
Jun 27 '10 #1
1 4168
Dormilich
8,658 Expert Mod 8TB
What HTML code do I put it in so it will link to a website?
basically
Expand|Select|Wrap|Line Numbers
  1. <a href="…"><img src="…" width="…" height="…" alt="…"></a>
you can go even further and use CSS instead of JavaScript to make the image rollover.
Jun 28 '10 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Bruce W...1 | last post by:
How does one make a flat-looking button or text field? That is with no bevelled edges, maybe just a thin line on the edge? I know you can do it with Macromedia Flash but there must be other...
3
by: David Hearn | last post by:
I have a datalist that I have inserted a radio button into. The datalist populates with a list of items and each one has a radio button next to it. I need to use the radio button to allow the user...
2
by: Thevercad | last post by:
i had come across a problem trying to find an equivalent for onmouseleave for the netscape browser. I happened to find a thread in here, discussing the same problem, but with no solutions in the end....
7
by: davidbrock | last post by:
Hi all I have tried it all and I could not make it. How can I make a cool button based on the input control? I found many sullotion on how to make it work with other controls... Thansk...
2
by: zillou32 | last post by:
Hi guy, my question is as follows, am currently working on an excel sheet and need to add a vb command button. the action of this button is to to sent the sheet by mail (outlook). the command...
5
by: sethia4u | last post by:
Dear Programmers, when I click on logout button I redirect my page to login page again, session variables to null, but when I click on back button previous page is appeared. so plz tell me...
7
by: Marren02 | last post by:
Hi, I have looked on the internet for quite some time concerning this issue The problem is loads and loads and loads of people use their examples instead of simply stating what code you use...
1
by: Nour469 | last post by:
Hello, I have a problem when I run search, I have fields for: name, clientID and phoneNo. When a client calls I need to find them in the database, they might give me the name and it might not...
4
by: negus | last post by:
so basically i have a textbox and i need to be able to hit the enter key and have it click a button its for my web browser project im doing for a final and cant seem to figure it out i have the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.