• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

dhtml problems in Netscape!

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am working with FrontPage 4.0, but also have a little understanding of basic javascript. My problem is that I'm using a mouseover swap image code. It works perfectly in IE, but it won't work in Netscape Navigator. I've seen many of sites having this simple mouseover effect working just as good in NN as in IE. one thing however, is that some of these sites have a code at the begining that converts (i guess) the code to work with which ever browser the viewer is using. What do I need to do?
 
Ranch Hand
Posts: 3244
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
PubRat
Welcome to the Java Ranch, we hope you�ll enjoy visiting as a regular however,
your name is not in keeping with our naming policy here at the ranch. Please change your display name to an appropriate name as shown in the policy.
Thanks again and we hope to see you around the ranch!!

I'm also going to move this to the HTML/Javascript forum for you. You'll get better answers there.
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
<img scr="blah.gif" witdh="100" height="100" onmouse_over="this.scr='thenew.gif'" onmouse_out="this.src='blah.gif'">
remove the _ from onmouse_... The forum can not post that code
 
reply
    Bookmark Topic Watch Topic
  • New Topic