質問編集履歴
1
HTMLコードを改行しました。
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -3,7 +3,15 @@
|
|
|
3
3
|
|
|
4
4
|
デベロッパーツールを使用したら、以下のようなHTMLでした。
|
|
5
5
|
```ここに言語を入力
|
|
6
|
-
<div id=":0.targetLanguage" class="goog-te-gadget-simple" style="white-space: nowrap;">
|
|
6
|
+
<div id=":0.targetLanguage" class="goog-te-gadget-simple" style="white-space: nowrap;">
|
|
7
|
+
<img src="https://www.google.com/images/cleardot.gif" class="goog-te-gadget-icon" alt="" style="background-image: url("https://translate.googleapis.com/translate_static/img/te_ctrl3.gif"); background-position: -65px 0px;">
|
|
8
|
+
<span style="vertical-align: middle;"><a aria-haspopup="true" class="goog-te-menu-value" href="javascript:void(0)"><span>言語を選択</span>
|
|
9
|
+
<img src="https://www.google.com/images/cleardot.gif" alt="" width="1" height="1"><span style="border-left: 1px solid rgb(187, 187, 187);">​</span>
|
|
10
|
+
<img src="https://www.google.com/images/cleardot.gif" alt="" width="1" height="1">
|
|
11
|
+
<span aria-hidden="true" style="color: rgb(118, 118, 118);">▼</span>
|
|
12
|
+
</a>
|
|
13
|
+
</span>
|
|
14
|
+
</div>
|
|
7
15
|
```
|
|
8
16
|
イメージとしては、下の画像のように埋め込みたいと思っています。
|
|
9
17
|

|