onMouseover Command (Buttons) - Someone Please Help Me

They have: 3 posts

Joined: Aug 1999

I created some buttons (2 buttons for each onMouseover command). I followed everything mentioned on the http://www.pageresource.com/jscript/jhover.htm page, but it still doesn't work. I checked everything over and over again, the script seems exact as described in the jhover.htm page, but still nothing. Can someone please check my page at:
http://www.training-cbc.com/home1.html and tell me what I did wrong?? Please...

Thanks in advance,

Cupid

Brooke's picture

She has: 681 posts

Joined: Feb 1999

Are you talking about the buttons at the top of your page? They are working when I see them...

Brooke

----------
Providing quality websites for
businesses and individuals!

They have: 3 posts

Joined: Aug 1999

Thanks for all the help, but I found the problem. I forgot to list the path to the images, so the default path loaded and stayed without changing over.

I have since fixed the problem...

Thanks again for your prompt replies...

Take care,

Cupid

They have: 7 posts

Joined: Jun 1999

They seem to be working for me too. I tried NS4.6 and IE5.

I use a shorter method:
<a href=". . ." onMouseOver='rollover3.src="services2.gif" ' onMouseOut='rollover3.src="services1.gif" '><img src="services1.gif" name="rollover3" border="0"></a>

Only one line per button.

They have: 5,633 posts

Joined: Jan 1970

That code gives an error msg with IE 3 and NS 2 because they dont know what the image object is.

So you have to use code that checks for either the browser version or document.images.

Later,

Malte

----------
Malte Ubl - [red]Germany[/red] - http://goKewl.com/
[red]The beats of 1000 hearts inside...[/red] the merciless pulsation... [red]and all I know is I'll be back...[/red] back to trance nation!

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.