igoogle首页自定义模块拖拽特效,这个图层拖动特效兼容当前主流浏览器,根据自己的需求来自定义。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html;charset=gb2312"> <meta name="keywords" content="武鸣人网站,武鸣信息网,武鸣本地网,武鸣信息资源平台,减肥,健身,励志,励志语录,js特效,网页特效,www.wuming.ren"> <meta name="description" content="欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。"> <title>仿iGoogle首页模块图层拖动效果_武鸣人</title> <style type="text/css"> .spanDiv{position:relative;width:5px;height:5px;} .www_wuming_ren,.nowww_wuming_ren{position:relative;filter:alpha(opacity=100);opacity:1;margin-bottom:6px;background-color:#FFFFFF;} </style> <script type="text/javascript" src="/img/20240410_www_wuming_ren_1.js"></script> </head> <body> <a href="https://www.wuming.ren">武鸣人</a>,各种信息资源免费发布,分享励志语录经典短句,减肥健身常识,各种js特效代码。网站很好记住,wuming.ren(武鸣拼音.ren域名后缀)<hr> <!--欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。--> <script type="text/javascript" src="https://www.wuming.ren/ad/tc.js"></script> <script type="text/javascript" src="https://www.wuming.ren/ad/a.js"></script>需要加载js文件,请刷新后看效果。 <table id="dragTable" cellpadding="3" style=" border:solid 0px green;width:98%;"> <tr> <td valign="top" style="width:30%"> <div class="www_wuming_ren" id="www_wuming_ren1"> <table cellpadding="0" cellspacing="0" border="1" style="width:100%;border-collapse:collapse; border-color:Blue"> <tr id="titleBar1" style="height:22px; text-align:left; background-color:#547BC9;color:White; padding:3px;cursor:move;"> <th align="left" unselectable="on">武鸣人标题1</th> </tr> <tr style="height:130px;padding:3px;" align="left" valign="top"> <td unselectable="on"><a href="https://www.wuming.ren" target="_blank">武鸣人</a>,各种信息免费发布,资源共享合作共赢!</td> </tr> </table> </div> <div class="www_wuming_ren" id="www_wuming_ren2"> <table cellpadding="0" cellspacing="0" border="1" style="width:100%;border-collapse:collapse; border-color:Blue"> <tr id="titleBar2" style="height:22px; text-align:left; background-color:#547BC9;color:White; padding:3px;cursor:move;"> <th align="left" unselectable="on">武鸣人标题2</th> </tr> <tr style="height:130px;padding:3px;" align="left" valign="top"> <td unselectable="on"><a href="https://www.wuming.ren" target="_blank">武鸣人</a>,各种信息免费发布,资源共享合作共赢!</td> </tr> </table> </div> </td> <td valign="top" style="width:50%"> <div class="www_wuming_ren" id="www_wuming_ren3"> <table cellpadding="0" cellspacing="0" border="1" style="width:100%;border-collapse:collapse; border-color:Blue"> <tr id="titleBar3" style="height:22px; text-align:left; background-color:#547BC9;color:White; padding:3px;cursor:move;"> <th align="left" unselectable="on">武鸣人标题3</th> </tr> <tr style="height:230px;padding:3px;" align="left" valign="top"> <td unselectable="on"><a href="https://wuming.ren" target="_blank">武鸣人</a>,各种信息免费发布,资源共享合作共赢!</td> </tr> </table> </div> </td> <td valign="top" style="width:20%"> <div class="www_wuming_ren" id="www_wuming_ren4"> <table cellpadding="0" cellspacing="0" border="1" style="width:100%;border-collapse:collapse; border-color:Blue"> <tr id="titleBar4" style="height:22px; text-align:left; background-color:#547BC9;color:White; padding:3px;cursor:move;"> <th align="left" unselectable="on">武鸣人标题4</th> </tr> <tr style="height:130px;padding:3px;" align="left" valign="top"> <td unselectable="on"><a href="https://www.wuming.ren" target="_blank">武鸣人</a>,各种信息免费发布,资源共享合作共赢!</td> </tr> </table> </div> <div class="www_wuming_ren" id="www_wuming_ren5"> <table cellpadding="0" cellspacing="0" border="1" style="width:100%;border-collapse:collapse; border-color:Blue"> <tr id="titleBar5" style="height:22px; text-align:left; background-color:#547BC9;color:White; padding:3px;cursor:move;"> <th align="left" unselectable="on">武鸣人标题5</th> </tr> <tr style="height:130px;padding:3px;" align="left" valign="top"> <td unselectable="on"><a href="https://www.wuming.ren" target="_blank">武鸣人</a>,各种信息免费发布,资源共享合作共赢!</td> </tr> </table> </div> </td> </tr> </table> </body> </html>
本文来自武鸣人网站,转载请注明出处