質問編集履歴

3

情報が多くて読みづらいので削除

2018/04/08 12:03

投稿

fermat
fermat

スコア183

test CHANGED
File without changes
test CHANGED
@@ -89,115 +89,3 @@
89
89
  ```
90
90
 
91
91
  ![イメージ説明](9652a2daa068a478c2459e9ed4d2da6e.png)
92
-
93
-
94
-
95
-
96
-
97
- 以下のスクリプトは、出力させたIEの要素の調査を行ったものです。
98
-
99
- ```HTML
100
-
101
- <!DOCTYPE html>
102
-
103
- <html><head><META content="IE=11.0000" http-equiv="X-UA-Compatible">
104
-
105
-
106
-
107
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
108
-
109
- <script type="application/shiny-singletons"></script>
110
-
111
- <script type="application/html-dependencies">json2[2014.02.04];jquery[1.12.4];shiny[1.0.5];font-awesome[4.7.0];bootstrap[3.3.7]</script>
112
-
113
- <script src="shared/json2-min.js"></script>
114
-
115
- <script src="shared/jquery.min.js"></script>
116
-
117
- <link href="shared/shiny.css" rel="stylesheet">
118
-
119
- <script src="shared/shiny.min.js"></script>
120
-
121
- <link href="shared/font-awesome/css/font-awesome.min.css" rel="stylesheet">
122
-
123
- <meta name="viewport" content="width=device-width, initial-scale=1">
124
-
125
- <link href="shared/bootstrap/css/bootstrap.min.css" rel="stylesheet">
126
-
127
- <script src="shared/bootstrap/js/bootstrap.min.js"></script>
128
-
129
- <script src="shared/bootstrap/shim/html5shiv.min.js"></script>
130
-
131
- <script src="shared/bootstrap/shim/respond.min.js"></script> <title>Data</title>
132
-
133
-
134
-
135
- </head>
136
-
137
-
138
-
139
- <body>
140
-
141
- <div class="container-fluid">
142
-
143
- <style>.fa-caret-left,.fa-caret-right{
144
-
145
- color:orange;
146
-
147
- font-size:25px;
148
-
149
- text-align:center;
150
-
151
- line-height:0.3em;
152
-
153
- }</style>
154
-
155
- <h2>Data</h2>
156
-
157
- <div class="row">
158
-
159
- <div class="col-sm-4">
160
-
161
- <form class="well">
162
-
163
- <button class="btn btn-default action-button shiny-bound-input" id="button1" type="button">
164
-
165
- <i class="fa fa-caret-left"></i>
166
-
167
- </button>
168
-
169
- <button class="btn btn-default action-button shiny-bound-input" id="button2" type="button">
170
-
171
- <i class="fa fa-caret-right"></i>
172
-
173
- </button>
174
-
175
- </form>
176
-
177
- </div>
178
-
179
- <div class="col-sm-8"></div>
180
-
181
- </div>
182
-
183
- </div>
184
-
185
-
186
-
187
-
188
-
189
-
190
-
191
- </body></html>
192
-
193
-
194
-
195
- ```
196
-
197
- runApp()したIEのスクショです。
198
-
199
- ![イメージ説明](0d170d612d8388c24890ffeed4b4463b.png)
200
-
201
- ![イメージ説明](04accc83a3fd3d9f6a0cc184d25f5296.png)
202
-
203
- ![イメージ説明](6183021e7893d7733350111a732ffd9d.png)

2

画像追加

2018/04/08 12:03

投稿

fermat
fermat

スコア183

test CHANGED
File without changes
test CHANGED
@@ -193,3 +193,11 @@
193
193
 
194
194
 
195
195
  ```
196
+
197
+ runApp()したIEのスクショです。
198
+
199
+ ![イメージ説明](0d170d612d8388c24890ffeed4b4463b.png)
200
+
201
+ ![イメージ説明](04accc83a3fd3d9f6a0cc184d25f5296.png)
202
+
203
+ ![イメージ説明](6183021e7893d7733350111a732ffd9d.png)

1

状況の追加

2018/04/08 10:23

投稿

fermat
fermat

スコア183

test CHANGED
File without changes
test CHANGED
@@ -94,6 +94,102 @@
94
94
 
95
95
 
96
96
 
97
+ 以下のスクリプトは、出力させたIEの要素の調査を行ったものです。
98
+
99
+ ```HTML
100
+
101
+ <!DOCTYPE html>
102
+
103
+ <html><head><META content="IE=11.0000" http-equiv="X-UA-Compatible">
97
104
 
98
105
 
106
+
107
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
108
+
109
+ <script type="application/shiny-singletons"></script>
110
+
111
+ <script type="application/html-dependencies">json2[2014.02.04];jquery[1.12.4];shiny[1.0.5];font-awesome[4.7.0];bootstrap[3.3.7]</script>
112
+
113
+ <script src="shared/json2-min.js"></script>
114
+
115
+ <script src="shared/jquery.min.js"></script>
116
+
117
+ <link href="shared/shiny.css" rel="stylesheet">
118
+
119
+ <script src="shared/shiny.min.js"></script>
120
+
121
+ <link href="shared/font-awesome/css/font-awesome.min.css" rel="stylesheet">
122
+
123
+ <meta name="viewport" content="width=device-width, initial-scale=1">
124
+
125
+ <link href="shared/bootstrap/css/bootstrap.min.css" rel="stylesheet">
126
+
127
+ <script src="shared/bootstrap/js/bootstrap.min.js"></script>
128
+
129
+ <script src="shared/bootstrap/shim/html5shiv.min.js"></script>
130
+
131
+ <script src="shared/bootstrap/shim/respond.min.js"></script> <title>Data</title>
132
+
133
+
134
+
135
+ </head>
136
+
137
+
138
+
139
+ <body>
140
+
141
+ <div class="container-fluid">
142
+
143
+ <style>.fa-caret-left,.fa-caret-right{
144
+
145
+ color:orange;
146
+
147
+ font-size:25px;
148
+
149
+ text-align:center;
150
+
151
+ line-height:0.3em;
152
+
99
- ここにより詳細な情報を記載してください。
153
+ }</style>
154
+
155
+ <h2>Data</h2>
156
+
157
+ <div class="row">
158
+
159
+ <div class="col-sm-4">
160
+
161
+ <form class="well">
162
+
163
+ <button class="btn btn-default action-button shiny-bound-input" id="button1" type="button">
164
+
165
+ <i class="fa fa-caret-left"></i>
166
+
167
+ </button>
168
+
169
+ <button class="btn btn-default action-button shiny-bound-input" id="button2" type="button">
170
+
171
+ <i class="fa fa-caret-right"></i>
172
+
173
+ </button>
174
+
175
+ </form>
176
+
177
+ </div>
178
+
179
+ <div class="col-sm-8"></div>
180
+
181
+ </div>
182
+
183
+ </div>
184
+
185
+
186
+
187
+
188
+
189
+
190
+
191
+ </body></html>
192
+
193
+
194
+
195
+ ```