Make Image Change When Hovered W/o Flash? - How?

free web hosting
Open Discussion > General > Hosted Members Area

Make Image Change When Hovered W/o Flash? - How?

PHPtech
Is there a way to make images on a page change without having to use flash/ Java?

Reply

whyme
java as in javascript?

Reply

snlildude87
Indeed there is, PHPtech! This is what I do on my website on the pages that I want a rollover image:

1. Create a blank file named rollover.js
2. Move rollover.js to the same folder/directory as the html file you want the rollover picture to show
3. Open rollover.js
4. Copy and paste the following code to rollover.js:
CODE

img = new Image();
img.src = "yourimage.jpg";

Replace "yourimage.jpg" with the name of your image
5. Save rollover.js
6. Open the html file/page that you want the rollover picture to be in
7. Copy and paste the following code between the <head></head> tags in the html file:
CODE

<script  type="text/javascript" language="JavaScript" src="rollover.js"></script>

8. Copy and paste the following code to your html file:
CODE

<a href="link_to_go_to_when_clicked.html" onmouseover="img.src='your_mouse_over_picture.jpg';" onmouseout="img.src='normal_picture.jpg';"><img src="normal_picture.jpg" border="0" name="img"></a>

*Replace link_to_go_to_when_clicked.html with the page to go to when your rollover image is clicked. If you don't want a link, simply remove the <a></a> tags surrounding the rollover picture.
*Replace your_mouse_over_picture.jpg with the picture you want to show when your mouse is hovering over the picture (the normal picture)
*Replace normal_picture.jpg with the picture to show when your mouse is NOT over the picture.

smile.gif

If you need more help, PM me! smile.gif

 

 

 


Reply

PHPtech
No, Java as in the langauge that requires this program, www.java.com, Java and Javascript are two diferent langauges...

Reply

whyme
that's what i thought, as you can't do much 'html' rollovers in java. anyways, snlildudes, got a great exmaple.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Similar Topics

Keywords : make, image, change, hovered, w, o, flash

  1. How To Make Money Online
    (0)
  2. Cannot Make Another Application Even Though Last Was Denied
    (2)
    I am trying to get a hosted account. Even though my previous attempt WAS denied I got this msg:
    Sorry, an error occurred. If you are unsure on how to use a feature, or don't know why you got
    this error message, try looking through the help files for more information. The error returned was:
    Our records indicate that you have already submitted an application. Please wait until that
    application is approved or denied before submitting another one. KJ....
  3. That Its Hard To Make It Team
    (1)
    I want to tell to everyone who want to make IT team is very dificult if each member has another
    priority. maybe in first discussion all will say "ok, i want participate" or "i'm in" or
    anything word that its have mean he/she want join in team. But after everything will set up to
    forwards, and someone in team got lost, teamwork will fall to piece. one by one get other priority
    and team got to frazzle. I tell to all, if you want make a team. make sure what the point you build
    a team. and each member must have responsibility to his/her work in team. and if someone in y....
  4. Make Your Exercise Injury-free
    (0)
    Over-exercising can increase the risk of injury. Here are ways on how you can avoid this. Eat up
    Without proper nutrition, you lose concentration and tire easily. Carbohydrates like bread are a
    good source of fuel for exercise. Remember to eat again within two hours of finishing your workout.
    Rest When we exert our bodies, we actually suffer from microscopic injuries, which explain why we
    get body aches after a heavy workout. Train different muscle groups on different days, factoring
    rest in between for healing to take place. Proper Technique If you are learning....
  5. This Is A Help Question On How To
    Change The Brightness Of The Screen In VB 2008 (For My Prog.) (2)
    This Is A How To Question. I Hope By Posting This Someone Will Post A Tutorial On This Subject Or
    Explain It For My Learning And Future PeopleWho Want To Know Im Creating a propeties page in my
    program( Like In Computer games or video games) and i would like to know How to let the user
    adjust the brightness from my application using a NumericUpDown (Thing that starts at 0 and enables
    you to go 100 or something). I've set the max limit as 10 and the default staring point at 10.
    (the brightess possible) i just need a way to change the brightness of the screen ac....
  6. Testing Of The Auto Image Resizer
    This might be useful for other members also! (0)
    This is a test to see what image sizes are accepted on the Trap17 forums without the auto-resizer
    script kicking in. The first image is a 500 x 500 pixels size. Next up is a 700 x 300 pixels
    size image. And now a 900 x 100 pixels image. Okay, now let's try a 600 x 400 pixels
    image. Hmm, interesting. What about 600 x 500 pixels? Okay, good, now how about 650 x 650
    pixels? Nope, too much. Let's try 650 x 500 pixels. Ah, the old 640 trick! Let's
    try 640x500 instead... Okay, maximum width found as 640 pixels. Lets go for the height,....
  7. How Would You Make An Apple Netbook?
    Discussion about probable ntebook from apple (1)
    http://3.bp.blogspot.com/_UxH6ENd1Fpk/SM84...00-h/OLPc+2.jpg Ok so here is the concept of the new
    OLPC (sorry if this link is not allowed but I havent find a hoster for images If you mind recomend
    one) the thing is that from my point of view mac will never be able of making a netbook, because
    their reputations stands for elegancy, sexynes, more functional the others and thats why the regular
    PCs or laptops are more expensive...but lets just imagine how would apple make a netbook....In the
    link above is how I think could be...you know touchscren on both sides and like ....
  8. Flash Action Scripting Help Needed
    (6)
    Hey all, I'm working with a art student on this flash based portfolio site and it requires some
    complicated action scripting. Either him nor I are efficient enough in flash so we need some advice
    from you experienced Flash experts out there. I worked with flash a long time ago and it was only on
    one project so I remember vaguely what movies and time lines are for lol. Basic stop and go to
    commands but that's about it. I can read up on anything I need but the thing is I have no idea
    where to begin. I have attached a PDF of my partners initial storyboard of the sc....
  9. Finding The Rgb Color Of An Image
    Using any programming language (3)
    hello friends i am doing a project , in that i am inneed to fine the mean RGB value of a particular
    image , is there any program in any language which can do this ? the input to the program will be
    any image ( can be linked in the program) and the putput must be the mean RGB value of that
    particular image , is this Possible ? If so please post the Coding , no matter in what ever language
    it may be written.Thanks in Advance....
  10. How To Make Money Online At Home
    (7)
    /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> The Best
    Work From Home Business Ideas and Opportunities Starting From Right Now.money working on net for
    just few hours of week.This is good start to own a best homebased business and easy ways to make
    money at home. . This Package is Everything for make money on the internet & to start successful
    home based business. I got from Clickbank from Adbright With this package i am making this huge
    money which i could not think about it living in India.This package is the perfect combinat....
  11. Which Flash Drive Do You Use?
    (26)
    temme which flash drive you use??....
  12. File Sharing Hosts!
    You can make money over here (10)
    Hello, guys! I found several web-sites which pay you for downloads of your files. It was
    approved on other forums that are paying defenitely; they are not scam projects. Here, they are: 1.
    www.depositfiles.com 2. www.letitbit.com 3. www.vip-file.com 4. www.upload.com 5. www.smsfiles.net
    There are more information on their official web-sites. To know more about it, please visit them.
    But, if you have questions, I may answer them.....
  13. Best Way To Make Money From Your Website?
    (15)
    I'd like to start a website that offers a free service, yet in order to keep this service going
    I will need a small income...any ideas? I know about adsense and whatnot but I would like something
    more.....
  14. Is It Really Possible To Make Any Money Online?
    (28)
    Hello, all and thank you for taking a moment to read. I wonder if it is really possible for a
    regular internet user to make money online. I mean, I know that there are many people telling their
    "huge payoffs" and their "wonderful revenues", but I have never met a real person with a real story
    of (at least relativa) success. If you are one of those real people I have not met yet, please feel
    free to tell your story. How much time you need to invest in order to start earning real money? What
    do you need to do? What are good options to start? What things is better not to ....
  15. Help Creating A Profile Website
    how do i make a profile website (14)
    Ok this is my idea: I am making a website about anime. Its function is add anime, review anime,
    search anime, anime information. Users can make a profile. People can make a profile which they can
    edit to theire likes with html to give it a fancy look.(this is what my problem is about) What i
    would like to know is how can i accomplish this. I already have the database for the anime titles
    etc ready, the only thing that needs to be done is the profile section. If you have any tutorial,
    tip or guide i would really really appriciate it. Thx in advance. ....
  16. How Do I Change The Default Windows Font Size?
    Without changing DPI, of course. (4)
    I know there's an option in Ubuntu to change all the font sizes of the general system, the
    windows, and etc. Now I'm trying to do this in Windows. I've changed everything about
    the windows except for the general system size. How do I do this?....
  17. What Kind Of Car Do You Have?
    make and model? :D (30)
    I was curious on what kinda car people have o.o; I have a 91' Eagle Talon TSi AWD it has a 6
    cylinder Turbo its automatic and Its Pearl White! well it will be pearl white soon o.o; cause
    i'm getting my dad to repaint it for me~ annd we are getting it registered next week!
    i'm so excited. /laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0"
    alt="laugh.gif" />....
  18. Do You Use Imagefilez.com?
    ImageFilez.com : Free Image and Video Hosting (36)
    Do you use ImageFilez.com? If so, for what and how long? If not, why? /huh.gif"
    style="vertical-align:middle" emoid=":huh:" border="0" alt="huh.gif" /> Please vote and reply to
    this thread with your responses. I don't personally, because I have an account on Photobucket
    and ImageShack, and I sometimes use the Free Hosting that comes embedded into my forum and at the
    site I moderate.....
  19. Runescape Private Server
    How to make your own private server and make runescape cash with it :) (76)
    First off you need a source: You can download one of these. QUOTE Cheezscape 80 -
    http://www.megaupload.com/?d=W8NCP0YC Cheezscape Pk - http://www.megaupload.com/?d=SOK1SPVR
    Project 16 V.6 Edit 8 - http://rapidshare.com/files/10028200...DIT_8.rar.html Project 16 v3 -
    http://www.megaupload.com/?d=ZFYG6T8B Project 16 Blitz -
    http://d.turboupload.com/d/1544978/P16_Blitz.rar.html Project16 V.6 Full Source -
    http://files.filefront.com//;5486316;;/ Project16 V.6 Full Source -
    http://www.megaupload.com/?d=IAO4H58V Project16 V.6 Full Source - http://rapidshar....
  20. How To Make A Counter Strike 1.6 Dedicated Server
    CS 1.6 Dedicated Server with Admin Mod and Stats Me (17)
    How to make a Counter Strike 1.6 Dedicated server What do we need ? HLDSupdatetool ->
    http://www.steampowered.com/download/hldsupdatetool.exe NoSteamPatcher ->
    http://www.gameszone.ro/downloads/no-won-steam.zip AdminMod + MetaMod ->
    http://ovh.dl.sourceforge.net/source....50.60-win.zip StatsMe ->
    http://ovh.dl.sourceforge.net/source....3-cstrike.zip Step 1 Create a dir were the server will be
    installed example C:\HLDS Open hldsupdatetool.exe, click next , then I agree we will get to the
    destination folder, here we press browse and select Local Disk C ,....
  21. Make Money Online!
    (20)
    If you see these "make money online" things that say stuff envelopes, read emails or anything and
    they ask you for money dont do it. Stay away. If it was that easy everyone would do it. There is
    no easy way to get money. I am sure many will say yes there is look at this link. Well im not
    gonna look at the link. People arent into giving away money. The only way to do it is to sell a
    product or service. Find something your interested in and sell it....make a site about it, sell at
    the flea market, farmers markets, any where you can..... So stay away from those mak....
  22. Playing Flash Movies Without The One-click Activation: Simple Insertion Of Javascript
    (4)
    In the past year or two iternet explorer and other browsers have updated their coding platforms.
    The bad thing is that if you have any flash objects at all within your web page you have to hit the
    space bar or click on the flash object to activate it. Once you activate it, you then can interact
    with the object or the object will then play on the website. I dont like how you have to activate
    the flash player first to interact with it. here is the code to prevent that. Believe me people
    notice how much better the site is after you do this. put <script type="text/java....
  23. Make A Folder Named Con
    you can never do that (7)
    an interesting thing that you never exprienced it@ try to create a file or folder named con in
    windows! you will never be succed to that! and also you are not able to make these names
    too!!!!:D con nul lpt1 lpt2 lpt3 com1 com2 and com3 !!!: /biggrin.gif"
    style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />:D you have prize if you
    make a folder named them!:D but you can use this option to lock your cd(s) !!:
    /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />:D you ca....
  24. How Do I Make A Website
    (21)
    Well, I don't think this is the right place to ask tis question but I need help. I have no idea
    on how to make a website and I'm so confused. Please help! Moving from Tutorials to Web
    designing discussion ....
  25. Wmp (windows Media Photo) - The New Image File Format From Microsoft
    windows media photo WMP - could replace JPGs and GIFs? (33)
    Microsoft have decided to come up with a new image format to add to the common JPGs, GIFs and PNGs
    of today. It is to be called Windows Media Photo format or WMP for short. It is said to
    "Surpass the limitations of existing file formats" and here is what it'll offer: Numerous
    colour formats for printing and displaying High-quality lossy or even lossless compression
    Really efficient decoding for numerous resolutions For more features, visit
    http://www.microsoft.com/whdc/xps/wmphoto.mspx Presumeably, the JPEG2000 format or JP2 was
    ....
  26. How To: Change Your Website's Index File
    a simple trick using .htaccess (24)
    How To: Change Your Website's Index File a simple trick using the .htaccess file A simple
    tutorial which only involves editing one little file. Useful for those of us who have mime-typed
    extensions or who are creating lots of test design files and want an easy way to make the design
    they like best their default file. Create a file called .htaccess in the /public_html/ folder if
    you don't have it. I think one should be there already when you get your site so if it isn't
    you should create it anyway! In the file write the following: CODE Di....
  27. Does Anyone Know How To Make Exe Files
    (19)
    Does anyone know any software for making exe files, I want to make simple programs not propper
    one's. Thanks.....
  28. Balloon Duel - Flash Game
    battle other players and rise through the ranks (2)
    Balloon Duel is a game where you battle other players (a computer) and rise through the ranks. After
    each battle, you get money depending what rank your opponent was, and how fast it took you to kill
    your opponent. You get more money if you battle computers in higher ranks. To kill your opponent,
    you have to pop their balloons, and the game will show you how to do that. /smile.gif' border='0'
    style='vertical-align:middle' alt='smile.gif' /> Once you have collected enough money, you can buy
    weapons such as angel wings, devil wings, flame throwers, and much, MUCH more&....
  29. Javascript Slideshow Tutorial
    How to make a slideshow in JavaScript (4)
    JavaScript Slideshow Tutorial I'm going to show you how to make a impressive JavaScript
    slideshow. First, you're probably asking: why would I want to make a slideshow in JavaScript?
    There are a number of reasons. First, you don't have to build a new HTML page for each picture.
    Secondly, the page will load much faster because the of the compactness of the page. Ok let's
    get started with this example. First we'll add a <script> tag in the of our HTML
    document. In that script tag we will build the following: CODE      first = 1;      la....
  30. What is the best USB Flash Disk outhere?
    (6)
    I am using San Disk Micro 256 MB... IT ROCKS!!!! It also comes with an encrypter and
    decrypter to compress and protect your files.... Anyone have any other choice on their own?....

    1. Looking for make, image, change, hovered, w, o, flash

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for make, image, change, hovered, w, o, flash

*MORE FROM TRAP17.COM*
Similar
How To Make Money Online
Cannot Make Another Application Even Though Last Was Denied
That Its Hard To Make It Team
Make Your Exercise Injury-free
This Is A Help Question On How To - Change The Brightness Of The Screen In VB 2008 (For My Prog.)
Testing Of The Auto Image Resizer - This might be useful for other members also!
How Would You Make An Apple Netbook? - Discussion about probable ntebook from apple
Flash Action Scripting Help Needed
Finding The Rgb Color Of An Image - Using any programming language
How To Make Money Online At Home
Which Flash Drive Do You Use?
File Sharing Hosts! - You can make money over here
Best Way To Make Money From Your Website?
Is It Really Possible To Make Any Money Online?
Help Creating A Profile Website - how do i make a profile website
How Do I Change The Default Windows Font Size? - Without changing DPI, of course.
What Kind Of Car Do You Have? - make and model? :D
Do You Use Imagefilez.com? - ImageFilez.com : Free Image and Video Hosting
Runescape Private Server - How to make your own private server and make runescape cash with it :)
How To Make A Counter Strike 1.6 Dedicated Server - CS 1.6 Dedicated Server with Admin Mod and Stats Me
Make Money Online!
Playing Flash Movies Without The One-click Activation: Simple Insertion Of Javascript
Make A Folder Named Con - you can never do that
How Do I Make A Website
Wmp (windows Media Photo) - The New Image File Format From Microsoft - windows media photo WMP - could replace JPGs and GIFs?
How To: Change Your Website's Index File - a simple trick using .htaccess
Does Anyone Know How To Make Exe Files
Balloon Duel - Flash Game - battle other players and rise through the ranks
Javascript Slideshow Tutorial - How to make a slideshow in JavaScript
What is the best USB Flash Disk outhere?
advertisement



Make Image Change When Hovered W/o Flash? - How?



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE