Hi, I am using the Standard DNN 4.5.3 "Blue -Full Width" skin with the standard horizontal Solpart menu. The problem I have is that the javascript <script> tags which are written to the page to include the menu functionality do not include a 'type=text/javascript' attribute (Ie when I right click on the page and do 'View Source' I see: <script src="/js/dnn.controls.dnnmenu.js"></script> in the page source. This causes me a problem because the client for this site is a government agency and their security policies do not allow their browsers to load any scripts which do not have the type/language specified. When they view the site from their PCs the standard menu fails to load. I have tried to locate the place in the DNN code where the script tag gets written, so that I could change it to make it include the type attribute, but it must be burried somewhere in the depths of the source code and I can't find it. So my questions are: - Can I use the Snapsis CSS menu as a replacement for the standard DNN one?
- Do I have to create a whole new skin to do this or would it be possible to 'plug in' the Snapsis menu to the standard DNN skin?
- If I use the Snapsis menu will it suffer from the same behaviour that is causing the standard menu to fail ie no type attributes in the script tags?
I hope the Snapsis menu will be able to do what I'm looking for, it might really dig me out of a hole!! Cheers Steve |