Comment #1 on issue 10498 by dhhwai: Site doesn't render correctly http://code.google.com/p/chromium/issues/detail?id=10498
In the HTML source for the website, it loads the file "apymenu.js" <!-- Apycom DHTML Menu --> <script type="text/javascript" language="JavaScript1.2" src="apymenu.js"></script> <!-- Apycom DHTML Menu, dhtml-menu.com --> At the beginning of the apymenu.js file, it has the following info: //================================= // Apycom DHTML Menu 2.80 // dhtml-menu.com // (c) Apycom Software, 2004 // www.apycom.com //================================= DHTML Menu's website still does not support Google Chrome browser: http://dhtml-menu.com/menu/cross-browser-dhtml-menu-info.html In the apymenu.js Javascrdipt menu code, it checks for: navigator.vendor.indexOf("Apple Computer") which is probably why it is failing. It needs to be fixed to include checking for "Google Inc." Not a Chrome bug. Add label: Evangelism -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
