1 drag + mask + move + change element size
<! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Transitional // EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <ptml xmlns = "http://www.w3.org/1999/xhtml"> <pead> <meta http-equiv =" content-Type "content =" text/html; charset = UTF-8 "/> <title> popper. w's code </title> <style type = "text/css"> body {text-align: center} # dd {margin: 50px auto} # odiv {width: 400px; height: 200px; border: 1px dotted red; border: 1px dashed green;} # odiv ul {list-style: none; text-align: left; width: 150px; font-size: 11px;} # odiv ul li {height: 25px; line-height: 25px; border-bottom: 1px dashed green;} # ho {width: 150px; height: 150px; border: 1px dotted red }</style> </pead> <body> Just a Test <input type = "button" id = "test1" value = "XslideUp-H"/> <input type = "button" id = "test2" value = "XslideDown-H"/> <input type = "button" id = "test3" value = "XslideUp-W "/> <input type = "button" id = "test4" value = "XslideDown-W"/> <input type = "button" id = "test5" value = "Xcover "/> <input type = "button" id = "test6" value = "Xmove"/> <input type = "button" id = "test7" value = "Xdrag"/> what <ul> <li> Author: popper. w </li> <li> Email: popper11@126.com </li> <li> QQ: 84101340 </li> <li> webSite: [url] www.hongwei2008.cn [/url] </li> </ul> </body> </ptml>
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]
2-layer open Effect
<! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Transitional // EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <ptml xmlns = "http://www.w3.org/1999/xhtml"> <pead> <meta http-equiv =" content-Type "content =" text/html; charset = UTF-8 "/> <style type =" text/css "> body {}# main {width: 500px; margin: 100px; height: 500px; border: 1px solid red} # test {border: 1px solid red; display: none; width: 10px; height: 10px; background: yellow} </style> <title> Code By popper. w </title> </pead> <body> <input type = "button" value = "click to open" id = "bt"/> <input type = "button" value = "click to close" id = "bt1"/> </body> </ptml>
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]