图像签名

Posted 范仁义

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了图像签名相关的知识,希望对你有一定的参考价值。

图像签名

 

 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 2 <html xmlns="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="1.jpg" height="300" width="500" />
34 </div>
35 <div id="text">
36 花丛中的美女,我的!
37 </div>
38 </div>
39 </body>
40 </html>

 

以上是关于图像签名的主要内容,如果未能解决你的问题,请参考以下文章

关于js----------------分享前端开发常用代码片段

如何从Android片段中的相机获取图像

如何从片段中检索gridview中的图像?

js 常用代码片段

从片段中捕获图像

从图库中获取图像以在片段中的图像视图中设置? [复制]