kidamaro
04-04-2008, 11:29 PM
Slashdot Menu
http://www.dynamicdrive.com/dynamicindex1/slashdot.htm
Some of my menu URL's are dynamic (i.e. structure.asp?pagename=equipment)
When I click the menu items that are dynamic, the top menu category changes color (not an intended behavior) and becomes a clickable item. When you click on it, the height starts to grow and doesn't stop. When I replace the URL's with standard ones (i.e. structure.asp), it works fine.
Please see this problem in action using
Firefox 2.0 or IE 6 (works fine in IE7)
http://www.afhonline.com/rapfran
The menu items on the top category are NOT dynamic, the ones in the 2nd category are dynamic.
thanks for your help.
k
ps - I was using Firebug to try and figure out what was going on - I am not a javascript programmer, so I don't know enough about it to make a fix. However, I can certainly see that it's breaking up the page name into (using my above example) "structure.asp" and "?pagename=equipment". Somehow, it's interpreting the "?" as a search....???? sorry, not sure of the terminology.
http://www.dynamicdrive.com/dynamicindex1/slashdot.htm
Some of my menu URL's are dynamic (i.e. structure.asp?pagename=equipment)
When I click the menu items that are dynamic, the top menu category changes color (not an intended behavior) and becomes a clickable item. When you click on it, the height starts to grow and doesn't stop. When I replace the URL's with standard ones (i.e. structure.asp), it works fine.
Please see this problem in action using
Firefox 2.0 or IE 6 (works fine in IE7)
http://www.afhonline.com/rapfran
The menu items on the top category are NOT dynamic, the ones in the 2nd category are dynamic.
thanks for your help.
k
ps - I was using Firebug to try and figure out what was going on - I am not a javascript programmer, so I don't know enough about it to make a fix. However, I can certainly see that it's breaking up the page name into (using my above example) "structure.asp" and "?pagename=equipment". Somehow, it's interpreting the "?" as a search....???? sorry, not sure of the terminology.