TCH-Thomas Posted December 29, 2003 Posted December 29, 2003 On Tompas World Im using All web menus to make my top menu. In Internet Explorer it shows up fine, in Mozilla it doesn´t. According to AWM´s helpfile it is supposed to be compatible with Mozilla and when viewing TCH-Kevins CSB-support his AWM menu shows up in Mozilla. What am I missing when doing mine? -Thomas Quote
TCH-JimE Posted December 29, 2003 Posted December 29, 2003 Hi, Even in IE I get that "clock" is undefined" I would generate a new page with just the menu in it and work from there. Jim Quote
TCH-Thomas Posted December 29, 2003 Author Posted December 29, 2003 Hi, I know clock is undefined. Its some script i forgot to remove when replacing clock with the santa (top right corner). But since the holidays are soon over and theres no high traffic to my site i let that be, so the clock are back soon. About starting a new page and go on from there, I have but same problem and i dont know what to do anymore to solve it. -Thomas Quote
KevinW Posted December 30, 2003 Posted December 30, 2003 Thomas, I addressed this problem and it's resolution back in July over on the CSB Discussion Forum web site. If you go to the registered user's section at the Likno's website (their on-line support center), they have a posting about issues where AllWebMenu has a problem with working with Front Page. I took that information and adapted it to impementing in CuteSITE Builder. The problem appears to be caused by issues with nested tables. Bottom line, it was a fairly simple fix. On each page where you want to use the AllWebMenu, you are already required to drop in some generated code in an Insert > HTML code. The fix is that you have to add the following line of code to the START of the code that you insert: if (document.layers) document.write("</table>"); So, for example at my www.csbsupport.com web site, this is how the code looks: if (document.layers) document.write("</table>"); <!-- DO NOT MOVE! The following AllWebMenus code MUST ALWAYS BE PLACED JUST BEFORE THE /BODY TAG --> <!-- ******** BEGIN ALLWEBMENUS CODE FOR mainmenu ******** --> <img name='awmMenuPathImg-mainmenu' id='awmMenuPathImg-mainmenu' src='./awmmenupath.gif' alt=''> <script type='text/javascript'>var MenuLinkedBy='AllWebMenus [2]', awmBN='506'; awmAltUrl='';</script> <script src='mainmenu.js' language='JavaScript1.2' type='text/javascript'></script> <script type='text/javascript'>awmBuildMenu();</script> <!-- ******** END ALLWEBMENUS CODE FOR mainmenu ******** --> -kw Quote
TCH-Thomas Posted December 30, 2003 Author Posted December 30, 2003 Ah ok. I bought AWM way after july so i didnt think about looking there (CSB-forum) and i tried the likno userarea but i found it a little hard to understand. Thanks, Kevin and a happpy new year to you. -Thomas Quote
TCH-Thomas Posted December 30, 2003 Author Posted December 30, 2003 I just tried this and it doesnt seems to work with the new version of AWM though. -Thomas Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.