PDA

View Full Version : Image mouseover change help


Chase
01-21-2012, 03:35 PM
I'm trying to use this javascript: http://www.designplace.org/scripts.php?page=1&c_id=21 on my forum and I want to show the image just to the left of the "Welcome, Username" etc in the navbar.

I've got that figured out on where to place it but the image will only change color on the forum home. I edited the FORUMHOME template and put the first part of the code below the <body> tag but it won't change on any of the other pages.

I am sure I need to place that code on a different template but I'm not sure which template is universial for all of the pages. I need to place the code in the <body> tag somewhere.

Does anyone have any ideas?

Max Taxable
01-21-2012, 03:38 PM
I think (could be wrong) you want to call up that js with a template hook, like global. So that you're only putting the hook in the templates, not the whole js code.

Chase
01-21-2012, 03:43 PM
Thanks for the reply.

How would I go about doing that?

--------------- Added 1327183490 at 1327183490 ---------------

I got it figured out :)