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; } 

i inspect element , did , works befor after


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -