質問編集履歴

3

タグを編集

2021/07/28 11:08

投稿

husqy
husqy

スコア2

test CHANGED
File without changes
test CHANGED
File without changes

2

デベロッパーツールで確認したことを追記

2021/07/28 11:08

投稿

husqy
husqy

スコア2

test CHANGED
File without changes
test CHANGED
@@ -100,6 +100,64 @@
100
100
 
101
101
 
102
102
 
103
+ - デベロッパーツールで該当タグのCSSを確認
104
+
105
+ 該当の箇所のcssは以下の通りで、
106
+
107
+ backgroud: transparent;配下にbackgroud-image: initial;がある状況。
108
+
109
+ 開発環境では問題なく表示されます。
110
+
111
+
112
+
113
+ ```
114
+
115
+ element.style {
116
+
117
+ }
118
+
119
+ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
120
+
121
+ margin: 0;
122
+
123
+ padding: 0;
124
+
125
+ border: 0;
126
+
127
+ outline: 0;
128
+
129
+ font-size: 100%;
130
+
131
+ vertical-align: baseline;
132
+
133
+ background: transparent;
134
+
135
+ background-image: initial;
136
+
137
+ background-position-x: initial;
138
+
139
+ background-position-y: initial;
140
+
141
+ background-size: initial;
142
+
143
+ background-repeat-x: initial;
144
+
145
+ background-repeat-y: initial;
146
+
147
+ background-attachment: initial;
148
+
149
+ background-origin: initial;
150
+
151
+ background-clip: initial;
152
+
153
+ background-color: transparent;
154
+
155
+ }
156
+
157
+ ```
158
+
159
+
160
+
103
161
  ## 参考記事
104
162
 
105
163
  https://qiita.com/ebkn/items/249fa1caa704f69809ad

1

参考記事の追加

2021/07/28 02:34

投稿

husqy
husqy

スコア2

test CHANGED
File without changes
test CHANGED
@@ -100,6 +100,12 @@
100
100
 
101
101
 
102
102
 
103
+ ## 参考記事
104
+
105
+ https://qiita.com/ebkn/items/249fa1caa704f69809ad
106
+
107
+
108
+
103
109
 
104
110
 
105
111
  ## ソースコード