摘要:
<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
小菜鸟——
阅读(199)
推荐(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
小菜鸟——
阅读(853)
推荐(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
小菜鸟——
阅读(502)
推荐(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
小菜鸟——
阅读(187)
推荐(0)
摘要:
前台:后台:String Fh = "";//用于存储符号运算符 double a, b, c;//a为第一个接收的值,b为第二个值,c为计算结果 long s = 1;//初始小数的位数 // 构造函数 public MainPage() { InitializeComponent(); } public void anniu(double i)//按钮的方法 { if (Fh.Equals(""))//是否当前有运算符 { if (s == 1)//判断是否有小数点 { a = a * 10 + i;//计算无小数的值 } else { a = a
阅读全文
posted @ 2013-05-01 16:33
小菜鸟——
阅读(717)
推荐(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"> .txtbackcolor
阅读全文
posted @ 2013-04-23 19:27
小菜鸟——
阅读(496)
推荐(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"> #mydiv { posi
阅读全文
posted @ 2013-04-23 19:25
小菜鸟——
阅读(239)
推荐(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"> table img { w
阅读全文
posted @ 2013-04-22 14:32
小菜鸟——
阅读(204)
推荐(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"> .imgclass{ wi
阅读全文
posted @ 2013-04-22 10:13
小菜鸟——
阅读(1494)
推荐(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> <script src="jquery-1.9.1.js" type="
阅读全文
posted @ 2013-04-22 10:12
小菜鸟——
阅读(180)
推荐(0)