Answers for "img grows up onmouseover css"

CSS
0

img grows up onmouseover css

.thumbnail:hover {
    position:relative;
    top:-25px;
    left:-35px;
    width:500px;
    height:auto;
    display:block;
    z-index:999;
}
Posted by: Guest on December-31-2021

Browse Popular Code Answers by Language