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://seanbooks.tumblr.com/の本にカーソルを合わせると、青いdivが右側の写真を完全に覆っていないようで、1pxのギャップが残っています。これはChromeでのみ発生するようです。
理由はわかりませんが、私の画面では、画像351pxがコンテナの画像に対して伸び、コンテナが350px伸びています。画像を設定position: absoluteすると、再生が良くなるようです。
351px
350px
position: absolute
.row .threecolの幅が22.05%であり、おそらくchromeが画面をそこまで分割しようとするのを好まないためだと思います。250pxに変更しましたが、問題ないようです。
.row .threecol { width: 250px; }