Hello; I've been designing pattern store on wordpress using woocommerce and i want to show the patterns as a website background to my users with mouseover on the POSTS (product pages);
I've been using this code but i was never able to run it on wordpress
<a href="link.html" title="naber" onMouseOver="document.body.background='image1.png'" onMouseOut="document.body.background='image2.png'">Link Text</a>
I used all plugins and tricks but couldnt handle it :( please help me...