JarretA
08-13-2007, 11:54 PM
1) Script Title: Slashdot Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/slashdot.htm
3) Describe problem:
I apologize if this is a double post, but I couldn't find this problem anywhere by searching.
I have implemented the menu on a new site I'm developing at http://www.a1e.ca/beta2/index.php
Everything works wonderfully on that page.
I'm using PHP includes so I don't have to recode everything. The page calls the .js file in the <head>, and then the PHP include calls includes/nav.inc.
As I said, the index.php page works very well. Now, the problem starts. I simply copied index.php and renamed it to results.php (full URL: http://www.a1e.ca/beta2/results.php), and the script doesn't work. I haven't changed a thing. I've verified this in both IE and Firefox.
Edited to add: there is no external .css file referenced in the code specifically for the menu. I have included the CSS information in my main stylesheet, http://www.a1e.ca/beta2/style.css.
Did I mess something up?
Thanks for any and all help.
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/slashdot.htm
3) Describe problem:
I apologize if this is a double post, but I couldn't find this problem anywhere by searching.
I have implemented the menu on a new site I'm developing at http://www.a1e.ca/beta2/index.php
Everything works wonderfully on that page.
I'm using PHP includes so I don't have to recode everything. The page calls the .js file in the <head>, and then the PHP include calls includes/nav.inc.
As I said, the index.php page works very well. Now, the problem starts. I simply copied index.php and renamed it to results.php (full URL: http://www.a1e.ca/beta2/results.php), and the script doesn't work. I haven't changed a thing. I've verified this in both IE and Firefox.
Edited to add: there is no external .css file referenced in the code specifically for the menu. I have included the CSS information in my main stylesheet, http://www.a1e.ca/beta2/style.css.
Did I mess something up?
Thanks for any and all help.