易截截图软件、单文件、免安装、纯绿色、仅160KB

JavaScript模块随意拖动

<!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.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>JavaScript模块随意拖动</title>
 <style type="text/css">
 html{
  width:100%;
  overflow-x:hidden;
 }
 body{
  font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
  width:100%;
  margin:0px;
  padding:0px;
  text-align:center;
  background-color:#E2EBED; 
  font-size:0.7em; 
  overflow-x:hidden;
 }
  
 #mainContainer{
  width:600px;
  margin:0 auto;
  text-align:left;
  background-color:#FFF;
 }
 h4{
  margin:0px;
 }
 p{
  margin-top:5px;
 }
 #dragableElementsParentBox{
  padding:10px;
 }
 
 .smallArticle,.bigArticle{
  float:left;
  border:1px solid #000;
  background-color:#DDD;
  padding:2px;
  margin-right:10px;
  margin-bottom:5px;
 }
 .smallArticle img,.bigArticle img{
  float:left;
  padding:5px;
 }
 .smallArticle .rightImage,.bigArticle .rightImage{
  float:right;
 }
 .smallArticle{
  width:274px;  
 }
 .bigArticle{
  width:564px;
 }
 .clear{
  clear:both;
 }
 
 #rectangle{
  float:left;
  border:1px dotted #F00;
  background-color:#FFF;
 }
 #insertionMarker{
  width:6px;
  position:absolute;
  display:none;
 }
 #insertionMarker img{
  float:left


相关文档:

JavaScript 获取对象的高度和宽度详细说明

scrollHeight: 获取对象的滚动高度。
scrollLeft:设置或获取位于对象左边界和窗口中目前可见内容的最左端之间的距离
scrollTop:设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离
scrollWidth:获取对象的滚动宽度
offsetHeight:获取对象相对于版面或由父坐标 offsetParent 属性指定的父坐标的高度
offsetL ......

Javascript在IE和FireFox中的不同表现

1.document.formName.item("itemName") 问题
说明:IE下,可以使用document.formName.item("itemName")或
document.formName.elements["elementName"];Firefox下,只能使用
document.formName.elements["elementName"].
解决方法:统一使用document.formName.elements["elem ......

Javascript中的日期格式化

做Java开发的人都知道,在Java中有XXXFormat(比如SimpleDateFormat)类可以帮助我们得到想要的数据格式.在JavaScript中没有这样的东西,所以我们需要用另一种方法得到我们想要的东西.代码如下:
<html>
<head>
<title>Test</title>
<mce:script type="text/javascript" language="javascri ......

动态添加表格一行(javascript)

<%&#64; page language="java" import="java.util.*,com.page.wash.giveclothing.*" pageEncoding="gbk"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>添加表格信息</title>
<meta http-equiv="pragma" content="no-c ......

Debugging JavaScript on Internet Explorer Mobile

http://203.208.39.132/search?q=cache:CS7gmmmKO1UJ:cdivilly.wordpress.com/2008/09/05/debugging-javascript-on-internet-explorer-mobile/+mobile+ie+debug&cd=2&hl=zh-CN&ct=clnk&gl=cn&client=firefox-a&st_usg=ALhdy2_5z6wqB0HLfTGoC9EDfEwpnra-LQ ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号