html - how to create image over image in javascript -
i want 2 things different images in same page, looked on , can't find answer, i'd if me.
in first image want put on smaller image on side of , on hover big image small image changes , caption appears.
in addition in second image want smaller image appear , if hover on big image border of image appear , the words under image appear painted in different color.
thank you
try set bigger z-index via javascript on hover action on element hovering. position of smaller image , text on element can made e.g. using position: absolute; , z-index (via javascript/jquery).
Comments
Post a Comment