View Single Post
Unread 05-15-2008, 02:47 PM
bhayhow bhayhow is offline
Junior Member
Join Date: Nov 2007
Posts: 4
  #3  
Default Narrowing it down - menu indicator image

I removed all other scripts from the page, but still had the unresponsive script problem.

Then, one by one, I removed the UDM scripts from the page, first the 'auto-sizing menu extension', then the 'keyboard navigation module', and finally the 'menu script'.

Only when I removed the 'menu script' (udm-dom.js), did the problem go away. Of course, the menu didn't work properly.

After doing more digging, I tried one more thing - changing the 'menu indicator rollover' from an image to a character. And that fixed the problem.

Here's my folder structure, below root:

/images (contains menu indicator images)
/udm4
/udm4/udm-resources (standard udm implementation
/store/scripts/test.html

The 'test.html' file refers to UDM like this:

...src="../../udm4/udm4-resources/udm-dom.js"

Within udm-resources, 'um.baseSRC' is set to "udm-resources/".

The path for menu indicators is like this:

../../../images/arrow.gif

I'm not sure why I need to go up three levels for this, it would seem that only two levels should be needed, but it works - everywhere except Firefox/Mac.

I've tried numerous permutations of 'um.baseSRC' and both relative and absolute paths, but to no avail.

Can you help me set up the paths differently so that this might work? Do you have any other ideas as to what the problem may be?

Thanks for your help.
Reply With Quote