2013年5月7日
摘要: <head> <title></title> <style type="text/css"> #txtKey{ width:300px;} </style> <link href="jquery.autocomplete.css" rel="stylesheet" type="text/css" /> <script src="Jquery1.7.js" type="text/javascript" 阅读全文
posted @ 2013-05-07 17:41 小菜鸟—— 阅读(290) 评论(0) 推荐(0) 编辑
摘要: <head> <title></title> <style type="text/css"> span { color:Red; } </style> <script src="Jquery1.7.js" type="text/javascript"></script> <script src="jquery.validate.js" type="text/javascript"></scrip 阅读全文
posted @ 2013-05-07 17:33 小菜鸟—— 阅读(194) 评论(0) 推荐(0) 编辑
摘要: <head> <title></title> <style type="text/css"> .imgclass { width: 300px; height: 300px; border: solid 1px red; position:relative; left:100px; top:100px; } img { position:absolute; top:10px; left:10px; height:100px; width:100px; } td { width:300px; height:300px; } &l 阅读全文
posted @ 2013-05-07 17:31 小菜鸟—— 阅读(846) 评论(0) 推荐(0) 编辑
摘要: 图片按照数字的顺序移动<head> <title></title> <style type="text/css"> img { position:absolute; top:13px; left:13px; width:100px; height:100px; } td { width:100px; height:100px; border:1px solid red; } </style> <script src="jquery-1.9.1.js" type="text/jav 阅读全文
posted @ 2013-05-07 17:28 小菜鸟—— 阅读(490) 评论(0) 推荐(0) 编辑
摘要: <head> <title></title> <style type="text/css"> #img1 { width:400px; height:500px; } </style> <script src="jquery-1.9.1.js" type="text/javascript"></script> <script type="text/javascript"> $(function () { $('# 阅读全文
posted @ 2013-05-07 17:19 小菜鸟—— 阅读(182) 评论(0) 推荐(0) 编辑