摘要:
用ul做的菜单,配合样式表。加jquery代码,鼠标移动到菜单时,改变颜色首页产品展示企业新闻关于我们营销网络联系我们 JQuery代码:$("document").ready(function () {$("li").hover(function () { $(this).css('background-color', 'red'); },function () { $(this).css('background-color', 'AppWorkspace'); });}); 阅读全文
posted @ 2013-12-03 23:54
心飞翔
阅读(383)
评论(0)
推荐(0)

浙公网安备 33010602011771号