摘要: 一款安卓上的HTML网页编辑软件,不错哦 下载链接 http://t.cn/AiRIvtoL 阅读全文
posted @ 2019-09-02 18:26 木子欢儿 阅读(564) 评论(0) 推荐(0) 编辑
摘要: 下载链接 https://files.cnblogs.com/files/HGNET/8a151566031188.zip 阅读全文
posted @ 2019-09-02 18:06 木子欢儿 阅读(933) 评论(0) 推荐(0) 编辑
摘要: 贴图:<img src="图片URL"> 加入连接:<a href="所要连接的相关URL">写上你想写的字</a> 在新窗口打开连接:<a href="相关URL" target="_blank">写上要写的字</a> 消除连接的下划线在新窗口打开连接:<a href="相关URL" style= 阅读全文
posted @ 2019-09-02 17:55 木子欢儿 阅读(884) 评论(0) 推荐(0) 编辑
摘要: 有两种 分别用<bgsound>和<embed></embed>标签,当用<embed>插入背景音乐时可以设置宽度和高度为0,隐藏播放器。 二者的参数如下: ■ <bgsound>: <bgsound> 是用来插入背景音乐,但只适用于 IE,其参数设定不多。如下 <bgsound src="your 阅读全文
posted @ 2019-09-02 17:54 木子欢儿 阅读(27267) 评论(3) 推荐(1) 编辑
摘要: js实现颜色渐变文字效果代码: <!-- js颜色渐变色文字 --> <div id="moml"> <div style="text-align:center;"> 颜色渐变文字效果 </div> <script language="javascript"> function changeColo 阅读全文
posted @ 2019-09-02 17:51 木子欢儿 阅读(2006) 评论(0) 推荐(2) 编辑
摘要: 效果如图: 代码如下: <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="X-UA-Compatible" conte 阅读全文
posted @ 2019-09-02 17:46 木子欢儿 阅读(406) 评论(0) 推荐(0) 编辑
摘要: 效果如图以下是代码 <script> !function(e, t, a) { function r() { for (var e = 0; e < s.length; e++) s[e].alpha <= 0 ? (t.body.removeChild(s[e].el), s.splice(e, 阅读全文
posted @ 2019-09-02 17:44 木子欢儿 阅读(1668) 评论(1) 推荐(0) 编辑
摘要: 1.当转换页面时,标题改变 <script> document.addEventListener('visibilitychange',function(){ if(document.visibilityState=='hidden') { normal_title=document.title; 阅读全文
posted @ 2019-09-02 17:42 木子欢儿 阅读(871) 评论(0) 推荐(0) 编辑
摘要: 单曲调用代码: <iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=100% height=86 src="http://music.163.com/outchain/player?type=2&id= 阅读全文
posted @ 2019-09-02 17:39 木子欢儿 阅读(2824) 评论(0) 推荐(0) 编辑
摘要: 基于走马灯的滚动公告效果,鼠标放上后停止,移走时继续滚动,特点是代码简单,使用方便,位置及大小调整都比较容易,可以由你的程序自动读取公告内容,可作为广告代码。 代码如下: <title>滚动公告</title> <div align=center><b>滚动公告</b></div> <table c 阅读全文
posted @ 2019-09-02 17:37 木子欢儿 阅读(1298) 评论(0) 推荐(1) 编辑
摘要: <script>//禁止右键 function click(e) { if (document.all) { if (event.button==2||event.button==3) { alert("欢迎光临寒舍,有什么需要帮忙的话,请与站长联系!谢谢您的合作!!!"); oncontextme 阅读全文
posted @ 2019-09-02 17:35 木子欢儿 阅读(6929) 评论(2) 推荐(0) 编辑
摘要: <span id="timeDate">载入天数...</span><span id="times">载入时分秒...</span> <script language="javascript"> var now = new Date(); function createtime(){ var grt 阅读全文
posted @ 2019-09-02 17:34 木子欢儿 阅读(748) 评论(0) 推荐(0) 编辑
摘要: 一个很不错的小技巧,当别人复制你网站上的内容时跳出提示,既能加强网站版权保护,还能宣传自己的网站,一举两得。 在全站复制都是显示这个内容。 把这段代码放在网站底部文件中就可以了。 阅读全文
posted @ 2019-09-02 17:33 木子欢儿 阅读(647) 评论(0) 推荐(0) 编辑
摘要: 把代码加到style.css(模板的主css里面): /**图片抖动**/ img:hover{-webkit-animation: tada 1s .2s ease both;-moz-animation: tada 1s .2s ease both;} @-webkit-keyframes ta 阅读全文
posted @ 2019-09-02 17:31 木子欢儿 阅读(3517) 评论(0) 推荐(1) 编辑
摘要: 你好,世界 阅读全文
posted @ 2019-09-02 17:11 木子欢儿 阅读(187) 评论(0) 推荐(0) 编辑