Connecting Tech Pros Worldwide Help | Site Map

Re-Post: Javascript Img. Rollover.

 
LinkBack Thread Tools Search this Thread
  #1  
Old July 23rd, 2005, 11:23 AM
Steve R. Burrus
Guest
 
Posts: n/a
Default Re-Post: Javascript Img. Rollover.

How do you go about getting a basic image "rollover" achieved in
Javascript anyway, i.e., get a changing image???!!! I used to do a
rotating ad banner some time ago, so I wanna do basically the same thing
right now, with as little effort on my part as possible. I can almost
recall the code to use to do this, but not quite, so can someone please
help me out?


  #2  
Old July 23rd, 2005, 11:23 AM
McKirahan
Guest
 
Posts: n/a
Default Re: Re-Post: Javascript Img. Rollover.

"Steve R. Burrus" <burrus1@swbell.net> wrote in message
news:buLvc.2337$YR7.550@newssvr23.news.prodigy.com ...[color=blue]
> How do you go about getting a basic image "rollover" achieved in
> Javascript anyway, i.e., get a changing image???!!! I used to do a
> rotating ad banner some time ago, so I wanna do basically the same thing
> right now, with as little effort on my part as possible. I can almost
> recall the code to use to do this, but not quite, so can someone please
> help me out?
>[/color]

Will this help? Watch for word-wrap.

<html>
<head>
<title>rollover.htm</title>
</head>
<body>
<base href="http://www.google.com/">
<a href="#"
onMouseOut="img.src='images/logo.gif'"
onMouseOver="img.src='intl/en_ALL/images/images_hp.gif'"[color=blue]
><img src="images/logo.gif" border="0" alt="" name="img"></a>[/color]
</body>
</html>


  #3  
Old July 23rd, 2005, 11:23 AM
McKirahan
Guest
 
Posts: n/a
Default Re: Re-Post: Javascript Img. Rollover.

"Steve R. Burrus" <burrus1@swbell.net> wrote in message
news:buLvc.2337$YR7.550@newssvr23.news.prodigy.com ...[color=blue]
> How do you go about getting a basic image "rollover" achieved in
> Javascript anyway, i.e., get a changing image???!!! I used to do a
> rotating ad banner some time ago, so I wanna do basically the same thing
> right now, with as little effort on my part as possible. I can almost
> recall the code to use to do this, but not quite, so can someone please
> help me out?
>[/color]

This was posted on 05/20/2004 in "comp.lang.javascript" under "JavaScript
Animation Tutorial":

Hi All,

If anyone needs help doing rollovers or more complicated JavaScript
Animation, check out http://www.schrenk.com/js

Very interesting examples.
--flipper,


  #4  
Old July 23rd, 2005, 11:23 AM
McKirahan
Guest
 
Posts: n/a
Default Re: Re-Post: Javascript Img. Rollover.

"Steve R. Burrus" <burrus1@swbell.net> wrote in message
news:buLvc.2337$YR7.550@newssvr23.news.prodigy.com ...[color=blue]
> How do you go about getting a basic image "rollover" achieved in
> Javascript anyway, i.e., get a changing image???!!! I used to do a
> rotating ad banner some time ago, so I wanna do basically the same thing
> right now, with as little effort on my part as possible. I can almost
> recall the code to use to do this, but not quite, so can someone please
> help me out?
>[/color]

This was posted on 05/20/2004 in "comp.lang.javascript" under "JavaScript
Animation Tutorial":

Hi All,

If anyone needs help doing rollovers or more complicated JavaScript
Animation, check out http://www.schrenk.com/js

Very interesting examples.
--flipper,


  #5  
Old July 23rd, 2005, 11:23 AM
McKirahan
Guest
 
Posts: n/a
Default Re: Re-Post: Javascript Img. Rollover.

"Steve R. Burrus" <burrus1@swbell.net> wrote in message
news:buLvc.2337$YR7.550@newssvr23.news.prodigy.com ...[color=blue]
> How do you go about getting a basic image "rollover" achieved in
> Javascript anyway, i.e., get a changing image???!!! I used to do a
> rotating ad banner some time ago, so I wanna do basically the same thing
> right now, with as little effort on my part as possible. I can almost
> recall the code to use to do this, but not quite, so can someone please
> help me out?
>[/color]

This was posted on 05/20/2004 in "comp.lang.javascript" under "JavaScript
Animation Tutorial":

Hi All,

If anyone needs help doing rollovers or more complicated JavaScript
Animation, check out http://www.schrenk.com/js

Very interesting examples.
--flipper,


 

Bookmarks

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,989 network members.