I am trying to do a theme with a java script rollover to create a tab effect in the nav bar. I am using a simple java script but for some reason it wont do the rollover image change. The script keeps adding a \ for every '
Do you know how i can fix this to get this script to function? Here is an example of the code error.
Hey did you ever find a solution to this? I have the same problem, i want to add set homepage java in my header.html and nuke outputs the header with \ infront of every '
I tried adding it to theme.php and calling it in the header by $set_homepage but nuke again adds \ infront of every '
Cnote Nuke Soldier
Joined: Dec 07, 2003
Posts: 30
Posted:
Mon Feb 16, 2004 8:02 pm
I was successful in getting my rollovers to work. It took me a couple of days to figure it out. I started by trying to set the js in my_header.php as well as trying to add it to the theme.php file itself.
So I created a HTML (w/jscript) file and uploaded it to my includes dir then called it from the theme.php file
include ("includes/header.html");
Of course I had to remove the header portion in the theme.php file first.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum