thaker2002

msg:1478531 | 1:40 am on May 15, 2003 (gmt 0) |
help
|
Birdman

msg:1478532 | 1:41 am on May 15, 2003 (gmt 0) |
Do get any kind of error code? On IE/win I get a small yellow triangle error icon and I double-click it to see where the problem arose.
|
thaker2002

msg:1478533 | 1:47 am on May 15, 2003 (gmt 0) |
no i dont the JS shows up as an image and the links work but dont do the animations
|
Birdman

msg:1478534 | 1:49 am on May 15, 2003 (gmt 0) |
Why don't you post the script, if it's not tooooo long. Just the script and an example of the link.
|
thaker2002

msg:1478535 | 2:31 am on May 15, 2003 (gmt 0) |
<img border="0" src="Home.png" width="120" height="16" name="Home" onmouseover="document['Home'].src='HomeB.png'" onmouseout="document['Home'].src='Home.png'"</a> this is the code
|
ShawnR

msg:1478536 | 4:01 am on May 15, 2003 (gmt 0) |
I suggest sticky the person who started this [webmasterworld.com] thread. It may be that you have a similar problem so if he has solved it, his solution might give you some clues. ;) Shawn
|
outrun

msg:1478537 | 4:04 am on May 15, 2003 (gmt 0) |
Im pretty sure that code is invalid. You open and image tag and you it closes with an </a> you need to show use more code. It looks to me as if it is a rollover script, and its not implemented properly. regards Mark
|
Birdman

msg:1478538 | 11:30 am on May 15, 2003 (gmt 0) |
Yes, I believe outrun is correct. You never closed the img tag. <img border="0" src="Home.png" width="120" height="16" name="Home" onmouseover="document['Home'].src='HomeB.png'" onmouseout="document['Home'].src='Home.png'" ></a>
|
thaker2002

msg:1478539 | 1:34 pm on May 15, 2003 (gmt 0) |
i will fix the code all i can thanks for ur input
|
BlobFisk

msg:1478540 | 1:38 pm on May 15, 2003 (gmt 0) |
There may also be a compatibility issue with some browsers not parsing mouseover events on img tags.
|
|