我正在試圖使4個圖像框在一行中都可以在懸停時進行替換。每張圖片都會有所不同,每張圖片所代替的圖片都會有所不同。使用懸停替換圖像
到目前爲止,我正在使用: .image1 background-image:url(「http://vipseogroup.com/amgv2/wp-content/uploads/2017/03/video-production.png」); 身高:xx; width:yy; }
.image1:hover { background-image:url(「http://vipseogroup.com/amgv2/wp-content/uploads/2017/03/so-much-more.png」); }
一個
當我試圖把這些4行中的一列排列不一行。我如何讓他們在一排。由於
<div class="image1"></div>
<div class="image1"></div>
<div class="image1"></div>
<div class="image1"></div>
請提供您當前的代碼在任何codepen或的jsfiddle如果可能的話。 – Squeakasaur