Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
小さなHTMLページを作成しましたが、これまでに見たことのない奇妙なエラーが発生しています。
すべての画像の右下に、小さな白い四角が表示されています。
URL:http ://squaretise.com/martin-luther-king
それはあなたの<embed>タグです。それを隠してみてください:
<embed>
<embed src="mlk.mp3" width="0" height="0" style="display:none;" />
width値はピクセル単位であるとheight想定しているため、そこに入力する必要はありませんpx。
width
height
px
デフォルトで一時停止ボタンを生成したのは、埋め込みmp3です。