<スクリプト>
$(function(){
$("td").mouseover(function(){
$(this).addClass("i");
});
$("td").mouseout(function( ){
$(this).removeClass()
});
*{
padding:0px;
マージン:0px;
}
li{
list-style:none;
}
.jj ul li{
表示:ブロック;
フロート:左;
パディング:0px 5px;
}
.liu{
背景色:#F00;
}
#ll{
背景色:#9FF;
パディング:0px 5px;
}
<スクリプト>
$(function(){
$("ul li").hover(function(){
$(this).addClass("liu");
}, function(){
$(this).removeClass( "リュー");
スクリプト>
<ボディ>
回复讨论(解决方案)
ul{background:green;}
ul:after{content:'';display:block;clear: both;} すごいですね