摘要: 会员登录 名字: 密码: $(document).ready(function(){ $("#form").submit(function(){ login(); return false; });});function login(){var user = $(... 阅读全文
posted @ 2015-05-20 11:32 专注前端开发3-5年 阅读(3980) 评论(0) 推荐(0) 编辑
摘要: 最近一个细节引起了我的注意,chrome浏览器下的input和textarea在聚焦的时候都有一个黄色的边框,而且textarea还可以任 意拖动放大,这是不能容忍的,影响美观不说,有时候拖动textarea还会使页面布局错乱,所以决定重置这些样式。这是大前端调整的样式,样式统一就是 好看,o(∩_∩)o 哈哈····还有一个例子,也是我工作中遇到的:chrome表单自动填充去掉input黄色背景... 阅读全文
posted @ 2015-05-18 18:02 专注前端开发3-5年 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 代码一: $(".username").focus(function(){var inputValue=$(this).val();if(inputValue=="用户名/邮箱地址"){ $(this).val("");}}).blur(function(){var inputValue=$(thi... 阅读全文
posted @ 2015-05-18 16:06 专注前端开发3-5年 阅读(1055) 评论(0) 推荐(0) 编辑
摘要: http://caibaojian.com/css-border-triangle.htmlhttp://www.bitscn.com/school/HTMLCSS/201410/337133.html.text{ height:0; width:0;/* 这里设置overflow, font-si... 阅读全文
posted @ 2015-05-15 09:36 专注前端开发3-5年 阅读(204) 评论(0) 推荐(0) 编辑
摘要: // 导航头固定//top为导航头距离顶部的距离var top = $(".con_left").position().top;var top_location = $(".main_location").position().top -80;var top_buyNotes = $(".main_... 阅读全文
posted @ 2015-05-13 11:18 专注前端开发3-5年 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 今天在论坛里面看到一篇文章,讲的是以前忽略的一个问题。就是当ul里面有float和display:inline,在ie6、ie7里面会有一 些问题。一般对ul进行reset也好,或是设置ul的样式时,往往要写list-style-type:none,有时偷懒点写list- style:none。这个... 阅读全文
posted @ 2015-05-13 10:58 专注前端开发3-5年 阅读(743) 评论(0) 推荐(0) 编辑
摘要: http://www.zhihu.com/question/19655956 http://www.zhihu.com/question/21143656 Web Developer:Web开发扩展,在浏览器中添加各种Web开发工具。维基词典 + Google 翻译:实时在线翻译鼠标指向或双击的单词。亦可全文翻译当前网页。Scientific Calculator:在管理栏下面能直接输入。来自为知... 阅读全文
posted @ 2015-05-12 14:52 专注前端开发3-5年 阅读(223) 评论(0) 推荐(0) 编辑
摘要: http://www.qianduan.net/ultimate-guide-css-text-typography/缩写的书写顺序:font:font-style font-variant font-weight font-size[/line-height] font-family来自为知笔记(... 阅读全文
posted @ 2015-05-06 18:03 专注前端开发3-5年 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 只需要用两个图标即可实现:实现效果如下:以下为代码:星级评分展示CSS样式技巧9.7分在项目中,可以将span标签换成div都可以来自为知笔记(Wiz)附件列表starsblack.pngstarsyellow.png 阅读全文
posted @ 2015-05-05 14:27 专注前端开发3-5年 阅读(2411) 评论(0) 推荐(0) 编辑
摘要: 如上图所示:标签及样式如下:.dp_top_amount button{float: left;width:20px;height:22px;cursor: pointer;background:#fff;border:1px solid #ccc;}.dp_top_amount input{flo... 阅读全文
posted @ 2015-05-05 14:25 专注前端开发3-5年 阅读(535) 评论(0) 推荐(0) 编辑