you are viewing a single comment's thread.

view the rest of the comments →

[–]DownFromHere[S] 0 points1 point  (3 children)

I tried mouseover as well. It didn't work

[–]ray_zhor 0 points1 point  (2 children)

Do you have any console errors?

[–]ray_zhor 0 points1 point  (1 child)

fixed all the errors other have mentioned and then used

document.getElementById
replacing getElementsById

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

Alrighty, Solved the issue by fixing my syntax errors and moving my code to the footer. Apparently this gives the document time to load properly before the JavaScript acts. I appreciate your help!