From: George P. <geo...@ve...> - 2003-08-09 21:47:52
|
Here we go again. This time, it appears that NS4 is not completely building some menues under HTMLMenu. The menues do work in both IE and NS7, but not NS4. In fact, using debugger the objects used for the failing menues report CSS=null. To see the problem go to this URL: http>//www.ctbc.org/test/menutest2.html I recommend that you look at it first using IE to see how it should work. Most of the items on the horizontal menu bar should trigger a submenu in the fixed layer/template area below the menu bar on the left. The last item on the menubar however triggers a normal dropdown menu from the horizontal menu bar. Then if you look at this with NS4, you will notice that the horizontal menubar works OK, the dropdown submenu from the last item on the menubar works OK, but the separate sub-menues from the rest of the menubar items do not work. "Inspect" smbar[0] thru [5] with the debugger and you will see the CSS problem. Any ideas anyone? George |