Unread 03-30-2008, 01:43 AM
mindful mindful is offline
Junior Member
Join Date: Mar 2008
Location: Nova Scotia
Posts: 2
  #1  
Default DDM works fine in IE7 but not in Firefox or IE6

Hi There,
I am setting up UDM4 for the first time and have it working great in IE7. I tested the site with IE6 and Firefox and it does not behave as expected:
  • In IE6 the 2nd level DDM expand across the whole page and covers the 1st level DDM.
  • In Firefox, the menus don't drop down at all.

Any advice would be great!

Check out the current site at www.omstudio.ca

Alan
Reply With Quote
Unread 03-31-2008, 02:51 AM
Admin
Posts: n/a
  #2  
Default

Looks like the HTML for pulling in the scripts has a bad path...

Code:
<!-- ULTIMATE DROP DOWN MENU Version 4.5 by Brothercake -->
<!-- http://www.udm4.com/ -->
<script type="text/javascript" src="udm-resources/udm-custom.js"></script>
<script type="text/javascript" src="udm-resources/udm-control.js"></script>
<script type="text/javascript" src="udm-resources/udm-style.js"></script>

</head>

<body>
<script type="text/javascript" src="udm-resources/udm-dom.js"></script>
<script type="text/javascript" src="udm-resources/udm-mod-keyboard.js"></script>
Should be:

Code:
<!-- ULTIMATE DROP DOWN MENU Version 4.5 by Brothercake -->
<!-- http://www.udm4.com/ -->
<script type="text/javascript" src="/udm-resources/udm-custom.js"></script>
<script type="text/javascript" src="/udm-resources/udm-control.js"></script>
<script type="text/javascript" src="/udm-resources/udm-style.js"></script>

</head>

<body>
<script type="text/javascript" src="/udm-resources/udm-dom.js"></script>

<script type="text/javascript" src="/udm-resources/udm-mod-keyboard.js"></script>
Reply With Quote
Unread 04-01-2008, 11:37 PM
mindful mindful is offline
Junior Member
Join Date: Mar 2008
Location: Nova Scotia
Posts: 2
  #3  
Default

I did as you suggested and no difference in Firefox. This took a little jigging since I use web templates and set them up in their own directory. I also use Frontpage which seem to like things in a certainway or it behaves strangely. Any mor ideas? I could send the custom js file.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 07:09 PM.


Powered by vBulletin® Version 3.0.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.