PDA

View Full Version : Sub-items not openning


dmcdowell
11-24-2007, 06:04 AM
I can't seem to figure out why subitems will not open up on a UDM menu. The same udm-custom.js AND library files works in other html files. Any thoughts? See any problems anyone?

http://www-rohan.sdsu.edu/~sherwood/classweb7/learning.htm

Thanks!

vinyl-junkie
11-24-2007, 03:56 PM
The first thing you should do is validate (http://validator.w3.org/) your code. I notice a few errors in it which could be causing UDM not to work. Secondly, you have some javascripts that may be interfering with UDM's functionality. Try removing the embedded javascripts that are between the </style> and </head> tags. Also, comment out (for now anyway) your horizontal navigation menu at the bottom of the page, since that uses the javascripts you are removing above. See if UDM will work without all that stuff.