|
-
May 7th, 2001, 02:27 PM
#1
onMouseOver broke!
i had a mouse over that worked fine on an image but i changed the image and it wont work now can anyone see why?
preload:
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
// Preload Images
var image0 = new Image(); image0.src = "grfx/gif/ts4.gif";
var image1 = new Image(); image1.src = "grfx/gif/ts4a.gif";
var image2 = new Image(); image2.src = "grfx/gif/ls2o.gif";
var image3 = new Image(); image3.src = "grfx/gif/rs2o.gif";
var image4 = new Image(); image2.src = "grfx/gif/ls2f.gif";
var image5 = new Image(); image3.src = "grfx/gif/rs2f.gif";
// End -->
</script>
actual mouse over:
<a href=" onmouseover="image0.src='grfx/gif/ts4a.gif';"onmouseout="image0.src='grfx/gif/ts4.gif';" #" align="center" valign="middle">
<img name="image0" border="0"
src="grfx/gif/ts4.gif">
Thanks!
-
May 7th, 2001, 03:35 PM
#2
Good Ol' Platypus
You didnt complete the HREF attribute of the ANCHOR tag.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|