
很简单几行代码就可以实现整个页面的连接效果.
代码如下:
script>
$(document).ready(function(){
$("#list1").css("list-style","none");
$("#list1").css("margin","0px");
$("#list1").children().css("background-image","url(l_04.gif)");
$("#list1").children().css("height","30px");
$("#list1").children().children().css("margin-left","0px");
$("#list1").children().children().css("padding-left","12px");
$("#list1").children().children().css("background-image","url(allow_01.gif)");
$("#list1").children().children().css("background-repeat","no-repeat");
$("#list1").children().children().css("background-position","left center");
$("#list1").children().children().mouseover(function(){
$(this).css("background-image","url(allow_02.gif)");
$(this).css("margin-left","6px");
});
$("#list1").children().children().mouseout(function(){
$(this).css("background-image","url(allow_01.gif)");
$(this).css("margin-left","0px");
});
}
);
script>
无标题文档 例表第一项 例表第一项 例表第一项 例表第一项 例表第一项 例表第一项 例表第一项 例表第一项 例表第一项