Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

img grows up onmouseover css

.thumbnail:hover {
    position:relative;
    top:-25px;
    left:-35px;
    width:500px;
    height:auto;
    display:block;
    z-index:999;
}
Source by success.appen.com #
 
PREVIOUS NEXT
Tagged: #img #grows #onmouseover #css
ADD COMMENT
Topic
Name
1+7 =