Re: [jQuery] Invalid argument jquery.min.1.3.2.js Code 0 IE7,IE8

2009-11-24 Thread Michael Geary
You found that this line is triggering the error: $(menu_node).css({"left":"-"+total_widths+"px"}); But you haven't told us what the value of the total_widths variable at this point in the code. The content of that variable will reveal the problem. Also, there are a few things you can do to opti

[jQuery] Invalid argument jquery.min.1.3.2.js Code 0 IE7,IE8

2009-11-23 Thread LuisFernando
Check it out HTML one two three four five CSS ul{ display:block; overflow:hidden; padding:0px; margin:0px; } ul li{ list-style-type:none; float:left; background-color:#666; margin-right:10px