你的位置:首页 > 软件开发 > 网页设计 > 图像签名

图像签名

发布时间:2017-11-04 17:00:52
图像签名 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitio ...

图像签名

图像签名

图像签名

 

 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html ="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <title>无标题文档</title> 6  7 <style type="text/css"> 8  9 #text{10   font-family:"华文隶书";11   font-size:24px;12   13   position:absolute;14   top:80px;15   left:10px;16 }17 18 19 #imgtext{20   border:#F60 dotted 1px;21   width:500px;22   position:absolute;23   top:100px;24 }25 </style>26 27 </head>28 29 <body>30 31 <div id="imgtext">32 <div id="img">33 <img src='/images/loading.gif' data-original="1.jpg" height="300" width="500" />34 </div>35 <div id="text">36 花丛中的美女,我的!37 </div>38 </div>39 </body>40 </html>

 

原标题:图像签名

关键词:图像

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。