随笔分类 -  HTML

基础知识
摘要:可以做一些效果,不错! 网址:http://www.cnblogs.com/xiaohuochai/p/5383285.html 阅读全文
posted @ 2016-04-13 10:55 侠岚之弋痕夕 阅读(182) 评论(0) 推荐(0)
摘要:网址:http://www.w2bc.com/upload/201602/18/jiaoben3986/index.html#0 阅读全文
posted @ 2016-04-08 16:51 侠岚之弋痕夕 阅读(131) 评论(0) 推荐(0)
摘要:1.代码: 2.效果截图: 阅读全文
posted @ 2016-04-08 10:48 侠岚之弋痕夕 阅读(204) 评论(0) 推荐(0)
摘要:1.网站:http://wuheng1991.github.io/index.html 2.示例:http://www.nowamagic.net/librarys/webapp/snow2/test.php 阅读全文
posted @ 2016-04-06 16:24 侠岚之弋痕夕 阅读(159) 评论(0) 推荐(0)
摘要:1. 将彻底屏蔽鼠标右键 阅读全文
posted @ 2016-04-05 13:54 侠岚之弋痕夕 阅读(255) 评论(0) 推荐(0)
摘要:网址:http://tool.css-js.com/ 阅读全文
posted @ 2016-04-05 11:21 侠岚之弋痕夕 阅读(177) 评论(0) 推荐(0)
摘要:来源:素材火 网址:http://www.sucaihuo.com/jquery/4/459/demo/ 阅读全文
posted @ 2016-03-23 15:37 侠岚之弋痕夕 阅读(182) 评论(0) 推荐(0)
摘要:1)jquery元素插入 位置1)表示元素前:$("#test").before(……); 位置2)表示元素内前:$("#test").prepend(……); 位置3)表示元素内后:$("#test").append(……); 位置4)表示元素后:$("#test"). after(……);   阅读全文
posted @ 2016-03-14 13:46 侠岚之弋痕夕 阅读(789) 评论(0) 推荐(0)
摘要:网址:http://www.helloweba.com/view-blog-348.html 示例:http://www.helloweba.com/demo/2016/editable-select/ 已实用 来源:http://www.helloweba.com 阅读全文
posted @ 2016-03-09 16:37 侠岚之弋痕夕 阅读(329) 评论(0) 推荐(0)
摘要:制作参看:http://www.shouce.ren/tool/ico?action=make 示例: <link href="./js/favicon.ico" rel="shortcut icon" /> 其中:"./js/favicon.ico"是ico格式图片的地址。 阅读全文
posted @ 2016-03-01 14:29 侠岚之弋痕夕 阅读(220) 评论(0) 推荐(0)
摘要:1、全局规则之一,不要写<style>标签、不要写class,所有CSS都用style属性,什么元素需要什么样式就用style写内联的CSS。 2、全局规则之二,少用图片,邮箱不会过滤你的img标签,但是系统往往会默认不载入陌生来信的图片,如果用了很多图片的邮件,在图片没有载入的情况下,丑陋无比甚至 阅读全文
posted @ 2016-02-24 13:20 侠岚之弋痕夕 阅读(314) 评论(0) 推荐(0)
摘要:写页面事件的时候,有的时候需要用event.preventDefault取消原有的事件后进行重写,这个大家应该都知道。 那么怎么在取消默认事件后再恢复呢。 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://w 阅读全文
posted @ 2016-02-23 14:15 侠岚之弋痕夕 阅读(3815) 评论(0) 推荐(0)
摘要:在网站上挂上悬浮QQ是一种有效的推广方式,QQ正常情况下是不被允许临时会话的,需要加为好友才可以,这样很不友好, 当今每个行业都是有很多人在做,竞争很激烈,对客户的友好是增加订单的有效途径。 地址:http://www.shouce.ren/post/view/id/3744 <a target=" 阅读全文
posted @ 2016-02-18 10:36 侠岚之弋痕夕 阅读(1350) 评论(0) 推荐(0)
摘要:<ul> <li><a href=" ">首页</a></li> <li><a href=" ">前端</a></li> <li><a href=" ">资源</a></li> <li><a href=" ">资讯</a></li> <li><a href=" ">编程& 阅读全文
posted @ 2016-02-18 10:11 侠岚之弋痕夕 阅读(264) 评论(0) 推荐(0)
摘要:<img src="image.gif" onerror="this.src='a.jpg'" /> 阅读全文
posted @ 2016-02-18 10:01 侠岚之弋痕夕 阅读(271) 评论(0) 推荐(0)
摘要:<img src="a.jpg" align="absmiddle" style="border:1px solid red;">中英文并排:<a href="/">中文 gollum</a> 阅读全文
posted @ 2016-02-18 09:57 侠岚之弋痕夕 阅读(136) 评论(0) 推荐(0)
摘要:查看:http://www.helloweba.com/view-blog-334.html ueditor 示例:http://ueditor.baidu.com/website/umeditor.html 下载:http://ueditor.baidu.com/website/download. 阅读全文
posted @ 2016-01-13 09:44 侠岚之弋痕夕 阅读(907) 评论(0) 推荐(0)
摘要:无意间,发现的,可以用。 网址:http://www.cnblogs.com/freespider/archive/2011/09/04/2166018.html 阅读全文
posted @ 2016-01-08 16:30 侠岚之弋痕夕 阅读(133) 评论(0) 推荐(0)
摘要:1.猫头鹰后台登录:http://www.sucaihuo.com/templates/320.html 示例:http://www.sucaihuo.com/modals/3/320/demo/ 2.通用响应式登录:http://www.sucaihuo.com/templates/244.htm 阅读全文
posted @ 2016-01-05 17:05 侠岚之弋痕夕 阅读(352) 评论(0) 推荐(0)
摘要:XXXX ...... 阅读全文
posted @ 2016-01-04 15:23 侠岚之弋痕夕 阅读(136) 评论(0) 推荐(0)

Where is the starting point, we don't have a choice, but the destination where we can pursue!