jsimmons
12-13-2012, 12:58 PM
I'm coding a ASP.Net web site (using VS2012), and my browser is FF17.0.1 and IE9. (using jquery 1.8.3, jquery-ui 1.9.2, and modernizer 2.6.2)
I tried implementing the multi-level ddsmoothmenu in a master page, and the top-level menu shows up, but the drop downs don't display. To see if it was something I was doing wrong, I created a plain HTML page, and copy/pasted my menu div to it (as well as all of the appropriate script/css elements), and it worked fine.
When I run the ASP.Net page under FF, I get no errors, but when I run it under IE9, i get an alert dialog that says ddsmoothmenu is not defined and it stops on the script that calls dssmoothmenu.init().
Got any hints for me regarding the use of DDSmoothMenu in an ASP.Net web page?
EDIT ==================
Script link - http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu.htm
Site is not available to the public because it's meant to replace my existing site, and it simply isn't ready (mostly because of this menu thing). I do not intend on replacing my current site until this one is ready to deploy. I simply want to know if there's something special I have to do for an ASP.Net web page because it's working unless I put it into a plain HTML page.
I tried implementing the multi-level ddsmoothmenu in a master page, and the top-level menu shows up, but the drop downs don't display. To see if it was something I was doing wrong, I created a plain HTML page, and copy/pasted my menu div to it (as well as all of the appropriate script/css elements), and it worked fine.
When I run the ASP.Net page under FF, I get no errors, but when I run it under IE9, i get an alert dialog that says ddsmoothmenu is not defined and it stops on the script that calls dssmoothmenu.init().
Got any hints for me regarding the use of DDSmoothMenu in an ASP.Net web page?
EDIT ==================
Script link - http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu.htm
Site is not available to the public because it's meant to replace my existing site, and it simply isn't ready (mostly because of this menu thing). I do not intend on replacing my current site until this one is ready to deploy. I simply want to know if there's something special I have to do for an ASP.Net web page because it's working unless I put it into a plain HTML page.