css - Thumbnail not enlarging on hover -
i not css expert (but learning!) client of mine asked me why thumbnail images aren't bigger on hovering used be. don't know how big used - maybe 600 pixels. can see issue on ebay listing of his: http://www.ebay.com/itm/371767762931.
try in css
.tem_img { max-width: 200px; border: 1px solid black; } img { max-width: 100%;//change 600%; , see happens height: auto; }
Comments
Post a Comment