PDA

View Full Version : first menu not working, others ok


mdervin
02-11-2008, 04:34 PM
Hi

Mostly it is all working fine.

The first menu is not dropping down properly. It appears when I mouseover the top item, but when I go to select one of the dropdown items, it flashes and disappears.

I tried removing the first dropdown and the problem just carried over to the new first dropdown.

I also put back the original style-blue.js file but the same problem happens here.

The script begins with this:

<ul class="udm" id="udm">
<li><a title="Publications" style="PADDING-RIGHT: 26px" href="http://02a27cd.netsolstores.com/publications.aspx">Publications
<img class="udmA" title="" style="MARGIN-TOP: 8px; DISPLAY: block; VISIBILITY: visible; CLIP: rect(0pt 10px 5px 6px)" alt=".." src="/down-white.gif" />
<img class="udmA" title="" style="MARGIN-TOP:

We are trying to launch a site tomorrow so any help would be greatly appreciated.

thanks
Mark

vinyl-junkie
02-11-2008, 05:02 PM
You should be using the style properties in your udm-custom file, rather than trying to define them inline. What you have here is probably competing with other style definitions in UDM's javascript. You might also want to post either a link to your page or the code for it, as this might not be the only issue you're having.

mdervin
02-11-2008, 06:31 PM
Thanks a lot for your help. Here's the link

http://02a27cd.netsolstores.com/index.aspx

vinyl-junkie
02-12-2008, 03:57 AM
One glaring problem that I see is that your page does not validate (http://validator.w3.org/check?uri=http%3A%2F%2F02a27cd.netsolstores.com%2F index.aspx&charset=%28detect+automatically%29&doctype=Inline&ss=1&group=0). This is absolutely essential in order for your UDM menu to function properly. Secondly, your UDM scripts within the body of your page must come before most everything else. Your form tag for your ASP.NET page can come before the UDM scripts, but that's it.

This may not be all that's wrong with your page, but fix these things first. Then see where you are with it.