我的背景图片是png格式的,在IE中不显示但是在火狐和chrom中显示正常,以下是代码:body{ background: url(image/bj.jpg) no-repeat scroll 0px 0px;}更改图片类型为jpg格式就可以了
分类:
其他好文 时间:
2014-07-07 12:22:14
阅读次数:
194
1.屏蔽页面回车提交 1.默认情况下,在表单输入框里按回车将会提交表单,但有时需要屏蔽掉按回车键提交表单功能,以保证完整输入表单 2.简单的: 添加body的一个onkeydown事件,判断其是否按下回车键,按下的话返回false可能代表没按回车。 3.局部针对的: ...
分类:
编程语言 时间:
2014-07-07 10:42:33
阅读次数:
248
$.extend({loading:function(){$("").css({display:"block",width:"100%",height:$(document.body).height()}).appendTo("body");$("").html("正在提交数据,请稍候。。。").a...
分类:
其他好文 时间:
2014-07-03 00:32:48
阅读次数:
522
关于Http 的method:GETAsks to get the thing (resource / file) at the requested URL.POSTAsks the server to accept the body info attached to the request, an...
分类:
其他好文 时间:
2014-07-02 23:42:07
阅读次数:
215
iphone上click事件不触发的问题解决。//在ID为jsProvince上有这么一个事件: $('body').on('click', '#jsProvince', function(e){ $(this).next('.province-l...
分类:
其他好文 时间:
2014-07-02 23:16:12
阅读次数:
333
附:一些Select的技巧1.动态创建selectfunction createSelect(){var mySelect = document.createElement("select");mySelect.id = "mySelect";document.body.appendChild(my...
分类:
Web程序 时间:
2014-07-02 22:04:57
阅读次数:
235
Water is the most important substance needed by the body. It is the sole substance which has affected the human being and civilization. That’s why it ...
分类:
其他好文 时间:
2014-07-02 19:00:20
阅读次数:
154
转载:http://www.cnblogs.com/kedebug/p/3224561.htmllambda 表达式的简单语法如下:[capture] (parameters) -> return value { body }1、最简单的例子:#include using namespace std...
分类:
编程语言 时间:
2014-07-01 17:38:33
阅读次数:
261
原文:谈谈我的微软特约稿:《SQL Server 2014 新特性:IO资源调控》一.本文所涉及的内容(Contents)本文所涉及的内容(Contents)背景(Contexts)篡写经历(Experience)特约稿正文(Content-body)第一部分:生活中资源调控器;第二部分:SQL S...
分类:
数据库 时间:
2014-07-01 17:05:09
阅读次数:
455
不多说,直接上代码。 //非iedocument.body.onmousewheel = function(event) { event = event || window.event; console.dir(event);};//firefoxdocument.body.addEventList...
分类:
Web程序 时间:
2014-07-01 13:02:52
阅读次数:
235