<table>的使用以及确定取消按钮的设置

 1 <!DOCTYPE html>
 2 <html lang="en">
 3 <head>
 4     <meta charset="UTF-8">
 5     <title>Title</title>
 6 </head>
 7 <body>
 8     <table>
 9         <tr>
10             <td>第一</td>
11             <td>第二</td>
12             <td>
13                 <div style="position: relative">
14                     <a>删除</a>
15                     <div style="position: absolute;width: 86px;height: 25px; margin-left: 38px;margin-top: -20px;">
16                         <input type="button" value="确定" style="margin: 0 -3px;">
17                         <input type="button" value="取消" >
18                     </div>
19                 </div>
20             </td>
21         </tr>
22         <tr>
23             <td>第一</td>
24             <td>第二</td>
25              <<td>
26                 <div style="position: relative">
27                     <a>删除</a>
28                     <div style="position: absolute;width: 86px;height: 25px; margin-left: 38px;margin-top: -20px;">
29                         <input type="button" value="确定" style="margin: 0 -3px;">
30                         <input type="button" value="取消" >
31                     </div>
32                 </div>
33             </td>
34         </tr>
35     </table>
36 </body>
37 </html>

 

posted @ 2017-03-06 20:30  失落的黎明  阅读(451)  评论(0编辑  收藏  举报