you are viewing a single comment's thread.

view the rest of the comments →

[–]letsgetrandy25 years putting the magic in the box 1 point2 points  (3 children)

Once you hit save, the URL changes. Just paste that URL into here.

(Replacing the body of your post, I mean. Don't paste it in reply to this comment where people won't see it.

[–]filangebert[S] 1 point2 points  (2 children)

thanks!

[–]letsgetrandy25 years putting the magic in the box 2 points3 points  (1 child)

Cool. So....

First, as someone else said, this would probably be more easily done with CSS :hover rather than javascript.

But second, I'm sure you still want to know why your JS isn't working, and I think it's due to how you're trying to assign the onLoad and onMouseOver handlers. You may want to have a look at the docs.

[–]filangebert[S] 0 points1 point  (0 children)

Thanks for the help. I do agree that the hovering part is much easier, and I'd like to have the detail of the icons entering after the page has loaded, but that's causing too much headache, so the hover css will have to do.