上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页
摘要: <title></title> <script src="jquery-1.9.1.js" type="text/javascript"></script> <style type="text/css"> .qiang{background:url(/images/pas4.JPG) no-repeat;width:150px;height:40px;float:left;} .zhong{background:url(/images/pas3.JPG) no-repeat; 阅读全文
posted @ 2013-04-23 20:30 奇奇博客 阅读(339) 评论(0) 推荐(0)
摘要: <head> <title></title> <script src="jquery-1.9.1.js" type="text/javascript"></script> <script type="text/javascript"> $(function () { var bool = false; $('#Email').focus(function () { if (bool == false) { $('#Email').v 阅读全文
posted @ 2013-04-23 20:27 奇奇博客 阅读(379) 评论(0) 推荐(0)
摘要: <head> <title></title> <style type="text/css"> img { width:300px;height:300px; } a { text-decoration:none; } </style> <script src="Jquery1.7.js" type="text/javascript"></script> <script type="text/javascript"> $( 阅读全文
posted @ 2013-04-23 20:22 奇奇博客 阅读(246) 评论(0) 推荐(0)
摘要: <!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=utf- 阅读全文
posted @ 2013-04-22 21:56 奇奇博客 阅读(266) 评论(0) 推荐(0)
摘要: <title></title> <script src="jquery-1.9.1.js" type="text/javascript"></script> <script type="text/javascript"> $(function () { //如果clone()方法的参数为true,则此元素的事件也会被复制,如果为空(默认为false),则事件不会被复制 $('#img1').click(function () { $(this).clone(t 阅读全文
posted @ 2013-04-22 21:45 奇奇博客 阅读(111) 评论(0) 推荐(0)
摘要: <title></title> <style type="text/css"> img { width:50px; height:50px; } table { width:600px; height:400px; } table tr td{ border:solid 1px #eee;} </style> <script src="Jquery1.7.js" type="text/javascript"></script> ... 阅读全文
posted @ 2013-04-22 21:42 奇奇博客 阅读(145) 评论(0) 推荐(0)
摘要: <title></title> <script src="jquery-1.9.1.js" type="text/javascript"></script> <script type="text/javascript"> function backgorundColor(i) { // this.document.body.style.backgroundColor = i; // this.document.getElementById('div1').st 阅读全文
posted @ 2013-04-22 21:41 奇奇博客 阅读(362) 评论(0) 推荐(0)
摘要: <!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> <title></title> <style type="text/css"> #titleDiv { w 阅读全文
posted @ 2013-04-22 21:22 奇奇博客 阅读(311) 评论(0) 推荐(0)
摘要: 前台代码:<Canvas Background="{StaticResource AppBarBackgroundThemeBrush}"> <TextBox Name="txtContent" Width="1365" Height="696" TextWrapping="Wrap" FontSize="18" Canvas.Top="1"/> <Button Content="保存到文件" Canvas 阅读全文
posted @ 2013-04-20 00:11 奇奇博客 阅读(210) 评论(0) 推荐(0)
摘要: 前台代码:<Page.Resources> <Style TargetType="TextBlock"> <Setter Property="FontSize" Value="27"/> <Setter Property="FontFamily" Value="宋体"/> </Style> </Page.Resources> <Grid Background="{StaticResource Applicat 阅读全文
posted @ 2013-04-20 00:08 奇奇博客 阅读(212) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页