Hover Images

Developer
Size
2,326 Kb
Views
32,384

How do I make an hover images?

What is a hover images? How do you make a hover images? This script and codes were developed by Adethrax on 12 August 2022, Friday.

Hover Images Previews

Hover Images - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Hover Images</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<div class="catcontainer"> <div class="cat"> <a href=""> <img src="cat1.jpg" alt="" onmouseover="playclip()" > <div class="textbox"> <p class="text">KMC XD WHEELES</p> </div> </a>
</div>
<div class="cat"> <a href=""> <img src="cat2.jpg" alt="" onmouseover="playclip()"> <div class="textbox"> <p class="text">Ohtsu Tires</p> </div> </a>
</div>
<div class="cat"> <a href=""> <img src="cat3.jpg" alt="" onmouseover="playclip()"> <div class="textbox"> <p class="text">Golf Cart Rear Seats</p> </div> </a>
</div>
<div class="cat" > <a href=""> <img src="cat4.jpg" alt="" onmouseover="playclip()"> <div class="textbox"> <p class="text">Moto Metal Wheels</p> </div> </a>
</div>
<div class="cat"> <a href=""> <img src="cat5.jpg" alt="" onmouseover="playclip()"> <div class="textbox"> <p class="text">Nitto Tires</p> </div> </a>
</div>
<div class="cat"> <a href=""> <img src="cat6.jpg" alt="" onmouseover="playclip()"> <div class="textbox"> <p class="text">Golf Cart Lift Kits</p> </div> </a>
</div>
<div class="cat"> <a href=""> <img src="cat7.jpg" alt="" onmouseover="playclip()"> <div class="textbox"> <p class="text">Fuel Off Road Wheels</p> </div> </a>
</div>
<div class="cat"> <a href=""> <img src="cat8.jpg" alt="" onmouseover="playclip()"> <div class="textbox"> <p class="text">Golf Cart Wheels & Tires</p> </div> </a>
</div>
<div class="cat"> <a href=""> <img src="cat9.jpg" alt="" onmouseover="playclip()"> <div class="textbox"> <p class="text">Golf Cart Accessories</p> </div> </a>
</div>
</div> <script src="js/index.js"></script>
</body>
</html>

Hover Images - Script Codes CSS Codes

.catcontainer { width: 980px; margin:auto;}
.cat {
position:relative;
overflow:hidden;
background: #d2d2d2;
width:299px;
height:180px;
float: left;
display: inline-block;
border: 10px solid #e7e7e7;
margin-right: 7px;
margin-bottom: 7px;
}
.cat .textbox {
width:319px;
height:200px;
position:absolute;
top:0;
left:0;
margin-left:-319px;
background: transparent;
}
.cat:hover .textbox {
margin-left:0;
}
.cat img {	-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.cat:hover img{	transform: scale(1.5);	-webkit-transition: all 0.7s ease;	transition: all 0.7s ease;
}
.text { color: #E55E11; font-size: 19px; text-align: center; background-color: rgba(255, 255, 255, 0.85); top: 26px !important; position: absolute; border-right: 5px solid #E55E11; font-family: "Open Sans",sans-serif; height: 125px; width: 258px; line-height: 125px; font-weight: bold;	text-transform:uppercase;
}
a {
text-decoration: none;
}
.textbox {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}

Hover Images - Script Codes JS Codes

 /* Load DIV When Page Loads */ $(window).load( function () { $('.div2').fadeIn('slow', function() { $(this).fadeTo("slow", 1); }); });
Hover Images - Script Codes
Hover Images - Script Codes
Home Page Home
Developer Adethrax
Username adethrax
Uploaded August 12, 2022
Rating 3
Size 2,326 Kb
Views 32,384
Do you need developer help for Hover Images?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Adethrax (adethrax) Script Codes
Create amazing sales emails with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!