2017年4月10日
摘要: <div class="search"><input type="text" value="Seach Products" onFocus="if(this.value=='Seach Products'){this.value='';this.style.color='#222';}" onBlu 阅读全文
posted @ 2017-04-10 11:47 jar_gon 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 加载js库的时候可以加载google CDN,可以同时加载多个jquery库<script src="http://www.google.com/jsapi"></script>google.load("jquery","1.4.2");google.setOnLoadCallback(functi 阅读全文
posted @ 2017-04-10 11:47 jar_gon 阅读(121) 评论(0) 推荐(0) 编辑
摘要: <article>定义页面独立的内容区域。例如外部来的文章。 <aside>定义页面的侧边栏内容。<aside> 标签定义 <article> 标签外的内容。 <details>用于描述文档或文档某个部分的细节,点击展开效果。<details><summary>Copyright 1999-2011 阅读全文
posted @ 2017-04-10 11:45 jar_gon 阅读(209) 评论(0) 推荐(0) 编辑
摘要: <div id="img" style="position:absolute;; width: 561; height: 473"><a href="http://www.aqsw.cn/index.asp" target="_blank"><img src="images/fudong.jpg" 阅读全文
posted @ 2017-04-10 11:44 jar_gon 阅读(114) 评论(0) 推荐(0) 编辑
摘要: <!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.or 阅读全文
posted @ 2017-04-10 11:43 jar_gon 阅读(124) 评论(0) 推荐(0) 编辑
摘要: svn 插件安装http://subclipse.tigris.org/update_1.12.x教程地址http://jingyan.baidu.com/article/f71d60376b4c571ab741d174.html jdk环境变量配置教程地址http://jingyan.baidu. 阅读全文
posted @ 2017-04-10 11:42 jar_gon 阅读(136) 评论(0) 推荐(0) 编辑
摘要: filter:alpha(opacity=0); opacity:0;filter:alpha(opacity=70); opacity:0.7; 阅读全文
posted @ 2017-04-10 11:39 jar_gon 阅读(94) 评论(0) 推荐(0) 编辑
摘要: CSS兼容常用技巧 请尽量用xhtml格式写代码,而且DOCTYPE影响 CSS 处理,作为W3C标准,一定要加DOCTYPE声明。 1.div的垂直居中问题 vertical-align:middle; 将行距增加到和整个DIV一样高 line-height:200px; 然后插入文字,就垂直居中 阅读全文
posted @ 2017-04-10 11:37 jar_gon 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 具体代码:1、水平翻转-moz-transform:scale(-1,1);-webkit-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1);filter:FlipH; 2、垂直翻转-moz-transform: 阅读全文
posted @ 2017-04-10 11:34 jar_gon 阅读(235) 评论(0) 推荐(0) 编辑
摘要: width:200px; white-space:nowrap; word-break:keep-all; overflow:hidden; text-overflow:ellipsis; 移动端支持率不是很好。 阅读全文
posted @ 2017-04-10 11:31 jar_gon 阅读(235) 评论(0) 推荐(0) 编辑