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.
私のウェブサイトのホームページに新しいビデオを挿入し、ホバーでビデオの画像を表示しましたが、それは左上のロゴと衝突しているように見えました(右にシフトします)。
http://pt.drpedrocoelho.com/
前後に浮かないようにする方法はありますか?
あなたはあなたのcssにimg:hoverそれを正しく浮かせるプロパティを持っています:)
img:hover
あなたはあなたのh1のためにそれをキャンセルすることができます
h1.logo img:hover{float:left;margin:0}
また、これは間違っています
img:hover { margin: 0 0 10px 20px; }
Facebook画像にホバリングするとエラーが発生します
成功する
margin:0;