Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /data/e/7/e76990b9-3372-4d88-8089-fce36e16744a/webperfection.net/sub/rady-nosu/wp-content/plugins/seo-ultimate/modules/class.su-module.php on line 1195
Product images thumbs not displayed in IE10

June 2, 2013 | In: Programovanie

prestashop IE 10 product thumbnails

Prestashop and excelent IE 10 bug with img product thumbs

// your theme/css/global.css

add following after #thumbs_list li a img {}

#thumbs_list li img { width:80px;height:80px;margin:0 10px 0 0;overflow:hidden;}
#views_block img {height: 80px;margin:0 10px 0 0;overflow:hidden; }

Share This:

Comments are closed.