码迷,mamicode.com
首页 >  
搜索关键字:body    ( 27918个结果
The Bags Are More Common Among Women Than Men
Roger Dean created the drawing "sea urchin chair" made ??of foam and bubbles head of the body shape creates a very comfortable place to rest. It consi...
分类:其他好文   时间:2014-08-12 13:19:44    阅读次数:267
js 的post提交的写法
function AddEditDevice(data){var form = $("#deviceEditform");if (form.length == 0) {form = $("");$("body").append(form);}form.empty();form.append(Elm(...
分类:Web程序   时间:2014-08-12 12:44:24    阅读次数:266
js读取屏幕长宽
网页可见区域宽 document.body.clientWidth网页可见区域高 document.body.clientHeight网页可见区域宽(包括边线的宽) document.body.offsetWidth网页可见区域高(包括边线的宽) document.body.offsetHeight...
分类:Web程序   时间:2014-08-12 03:07:43    阅读次数:231
JS,Jquery获取各种屏幕的宽度和高度
Javascript:网页可见区域宽: document.body.clientWidth网页可见区域高: document.body.clientHeight网页可见区域宽: document.body.offsetWidth (包括边线的宽)网页可见区域高: document.body.offs...
分类:Web程序   时间:2014-08-11 20:38:02    阅读次数:202
CSS 给文字加阴影
<html><head><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"><title>阴影文字</title></head><body><divstyle="font-size:36pt;font-family:Arial;color:red;position:relative;filter:blur(add=1,direction..
分类:Web程序   时间:2014-08-11 15:24:33    阅读次数:187
在网页静态页面里面怎么跳转底部顶部的代码
跳到网页底部html代码:在</body>前加个<aname="bottom"></a>在任何地方写<ahref="#bottom">跳到底部</a>就可以实现点击回到底部;返回网页顶部代码:<ahref=#top>顶部</a>
分类:Web程序   时间:2014-08-11 15:22:03    阅读次数:180
IE6不支持圆角效果的解决办法
IE6(7/8)不支持border-radius属性,所以其中的圆角效果显示不出来,可以通过引用ie-css3.htc的方法解决。 ie-css3.htc(点击可直接查看) 放在网站的根目录下,并在css文件(或者标签)中,加上 body { behavior:url("...ie-css3.htc...
分类:其他好文   时间:2014-08-11 14:56:32    阅读次数:198
JS中offsetTop、clientTop、scrollTop、offsetTop各属性介绍
这里是javascript中制作滚动代码的常用属性页可见区域宽: document.body.clientWidth;网页可见区域高: document.body.clientHeight;网页可见区域宽: document.body.offsetWidth (包括边线的宽);网页可见区域高: do...
分类:Web程序   时间:2014-08-11 11:27:02    阅读次数:265
友好地弹出对话框
1 function showMessage(msg, bgColor, borderColor) { 2 if ($("#showDiv").length 关闭");25 div.appendChild(p);26 window.document.body...
分类:其他好文   时间:2014-08-11 09:55:41    阅读次数:273
HTML中Select的使用具体解释
附:一些Select的技巧1.动态创建selectfunction createSelect(){var mySelect = document.createElement("select");mySelect.id = "mySelect";document.body.appendChild(my...
分类:Web程序   时间:2014-08-09 22:59:49    阅读次数:288
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!