I'm running Firefox 2.0.0.7 on Windows XP Professional, and the error console is reporting a CSS error. This is happening on all the menus on the milonic.com site itself, as well as on the sample menus (version 5.782) that I've downloaded and run on my web server.
As far as I can tell, the error occurs when my initial mouseover activity occurs over a menu item that has a submenu; otherwise it is fine. For example, after I load Milonic's home page http://milonic.com/, if I start by mousing over the "Home" item and then move over to other menu items, all is well, and none of the menu items generate any errors. But if, after loading the page, the very first menu item I mouse over is one of the items that have a submenu -- e.g., "Products", "Support" -- then I get this error message:
It sounds like the Milonic code is dynamically generating a style declaration somewhere and trying to pull in a color value from some object that hasn't been defined or initialized. In my own config file I tried explicitly defining every color-related property I could find in the docs, to no avail.Expected color but found 'undefined'. Error in parsing value for property 'color'. Declaration dropped.
Can anyone else repeat this? Any ideas how to solve it? Thanks!
Josh