Html
    Css
    Js

    
                        
#win {
	position:absolute;
	top:20px;
	left:20px;
	cursor:pointer;
	border:1px solid red;
}
#win p.title {
	width:100%;
	height:30px;
	line-height:30px;
	background-color:red;
	color:white;
}
#win p.title span {
	margin-left:10px;
}
#win div.content {
	padding:10px;
	width:300px;
	height:100px;
	border-radius:0px 0px 5px 5px;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.8.3
 立即下载

拖拽,移动,简单

用jquery插件写的拖拽,简单,适用

0