Thread: UDM New version
View Single Post
Unread 07-29-2009, 08:54 PM
purpleski purpleski is offline
Junior Member
Join Date: Oct 2007
Posts: 6
  #1  
Default UDM New version

Hi

I have been using UDM 4 for many years now and it works fine until Chrome was released which does not show the drop down part of my menu. I am aware that version 4.5 fixes this problem but I do not understand how to perform the upgrade. My menu can be seen in action at www.purpleski.com.

The menu is inserted in to each page using:

In the header of each page is

<script type="text/javascript" src="/udm4/udm-resources/udm-custom-index.js"></script>
<script type="text/javascript" src="/udm4/udm-resources/udm-control.js"></script>
<script type="text/javascript" src="/udm4/udm-resources/udm-style.js"></script>


<!--#include virtual="/udm4/menui.aspx" -->

In menui.aspx is

<!-- menu script -->
<script type="text/javascript" src="udm4/udm-resources/udm-dom.js"></script>
<!-- keyboard navigation module -->
<script type="text/javascript" src="udm4/udm-resources/udm-mod-keyboard.js"></script>
<!-- menu tree -->
<ul id="udm" class="udm">
<li style="width:5.82em"><a href="/chalets/">Chalets</a>
<ul style="width:6.5em">
<li><a href="/chalets/iamato/">Iamato (10-14)</a>

this of course continues.

What do I need to do to perform the upgrade?

Thank you.
Reply With Quote