質問編集履歴

1

htmlの追加

2016/02/09 12:51

投稿

makibi5577
makibi5577

スコア112

test CHANGED
File without changes
test CHANGED
@@ -49,3 +49,39 @@
49
49
  }
50
50
 
51
51
  ```
52
+
53
+
54
+
55
+ ```html
56
+
57
+ <div class="scroll-area">
58
+
59
+ <table>
60
+
61
+ <tr>
62
+
63
+ <td style="width:200px;">サンプル</td>
64
+
65
+ <td>サンプル</td>
66
+
67
+ <td>サンプル</td>
68
+
69
+ <td>サンプル</td>
70
+
71
+ <td>サンプル</td>
72
+
73
+ <td>サンプル</td>
74
+
75
+ <td>サンプル</td>
76
+
77
+ <td>サンプル</td>
78
+
79
+ <td>サンプル</td>
80
+
81
+ </tr>
82
+
83
+ </table>
84
+
85
+ </div>
86
+
87
+ ```