视码如命

2016年10月31日 #

angular中的自定义过滤器

摘要: <!DOCTYPE HTML> <html ng-app="myApp"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>无标题文档</title> <script src="js/ 阅读全文

posted @ 2016-10-31 11:54 视码如命 阅读(119) 评论(0) 推荐(0) 编辑

angular中的 ng-change

摘要: <!DOCTYPE HTML> <html ng-app="myApp"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>无标题文档</title> <script src="js/ 阅读全文

posted @ 2016-10-31 11:54 视码如命 阅读(2549) 评论(0) 推荐(0) 编辑

html 页面中显示单行省略号

摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>内容超出显示省略号</title> <style> .cont{ width:200px; overflow: hidden;/*内容超出后隐藏*/ text-overflow: 阅读全文

posted @ 2016-10-31 11:47 视码如命 阅读(3233) 评论(1) 推荐(0) 编辑

带有两个输入字段和相关标记的简单 HTML 表单:

摘要: 带有两个输入字段和相关标记的简单 HTML 表单: 意思就是说Male 和id="male"绑定在一起。 <html> <body> <p>请点击文本标记之一,就可以触发相关控件:</p> <form> <label for="male">Male</label> <input type="radi 阅读全文

posted @ 2016-10-31 11:44 视码如命 阅读(157) 评论(0) 推荐(0) 编辑

html 中显示单行 单行省略号

摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>内容超出显示省略号</title> <style> .cont{ width:200px; overflow: hidden;/*内容超出后隐藏*/ text-overflow: 阅读全文

posted @ 2016-10-31 11:37 视码如命 阅读(104) 评论(0) 推荐(0) 编辑

header section footer ie6,7,8兼容

摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <script src="js/html5shiv.js"></script> <!--<script> /* 由于ie6下支持 header section f 阅读全文

posted @ 2016-10-31 11:33 视码如命 阅读(49) 评论(0) 推荐(0) 编辑

ie6 overflow hidden清除浮动问题

摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style> .box{ width: 400px; border: 1px solid black; overflow:hidden; } .left{ fl 阅读全文

posted @ 2016-10-31 11:32 视码如命 阅读(67) 评论(0) 推荐(0) 编辑

导航