我有一个缩略图页面和右侧更大的特色图片。将鼠标悬停在缩略图上时,精选图像会切换到当前产品。它在网络浏览器上工作正常但我的客户端告诉我特色图像在她的Iphone / Android上消失了。有人知道为什么会这样吗?
这是网页示例: http://test.pillarsoflifebook.com/lounge-chairs/classic-lounge-chairs/
谢谢!
缩略图代码(仅显示1但有多个div):
<div id="thumbs2" style="float: left; width: 480px; padding-top: 30px;">
<div id="thumbs2" style="float: left; text-align: center; height: 175px; width: 160px;"><img alt="26W x 34.5D x 37H" src="/wp-content/uploads/2014/03/Ansel_Lounge-Chair.jpg" height="110" />
Ansel</div>
</div>
特色图片代码:
<div id="tablebasesright" style="float: left; text-align: center; padding-top: 29px;">
<div style="position: fixed; top: 275px;"><img id="largeImage2" alt="26W x 34.5D x 37H" src="/wp-content/uploads/2014/03/Ansel_Lounge-Chair.jpg" height="250" />
<div class="prodName" style="margin-left: 25px;">Ansel</div>
</div>
</div>