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
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
2 matches
Mail list logo