为你而来

2012年6月19日

javascript:图片浏览器

摘要: 1 <html> 2 <head> 3 <title>1</title> 4 <style type='text/css'> 5 img{ 6 border-width:0px; 7 } 8 #waiting{ 9 }10 #picture{11 display:none;12 }13 #photo_div{14 margin:0px auto;15 padding-top:200px;16 border:solid 0px green;17 text-align:center;18 }19 </style> 阅读全文

posted @ 2012-06-19 20:59 为你而来 阅读(229) 评论(0) 推荐(0) 编辑

javascript:弹出对话框

摘要: 1 <html> 2 <head> 3 <title>1</title> 4 <style type='text/css'> 5 .alpha1{ 6 filter:alpha(opacity=50); 7 } 8 .alpha2{ 9 filter:alpha(opacity=150 finishopacity=0 style=1);/*取值1-4*/10 }11 body{12 margin:0px;13 padding:0px;14 }15 #all{16 height:100%;17 background-co 阅读全文

posted @ 2012-06-19 10:16 为你而来 阅读(234) 评论(0) 推荐(0) 编辑

导航