Try this (untested):
$(document).ready(function() {
$("#navcontainer li").hover(function(){
Whoops, that should be:
$(document).ready(function() {
$("#navcontainer li.roll").hover(function(){
Again, if the only thing within <div id="navcontainer"> is going to be that <ul>, then you could get rid of the "roll" class altogether.
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
