Threadless-style rollover menu

Developer
Size
2,195 Kb
Views
18,216

How do I make an threadless-style rollover menu?

Because I like menus. And CSS. And Threadless.. What is a threadless-style rollover menu? How do you make a threadless-style rollover menu? This script and codes were developed by Mitch Pruitt on 08 November 2022, Tuesday.

Threadless-style rollover menu Previews

Threadless-style rollover menu - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Threadless-style rollover menu</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <body>
<div class="container"> <div class="image"> <span class="image-caption transition">Camera</span> <span class="image-menu transition"> <h2>Camera</h2> <ul> <li><a href="#">Bodies</a></li> <li><a href="#">Lenses</a></li> <li><a href="#">Film</a></li> <li><a href="#">Cases</a></li> <li><a href="#">Accessories</a></li> </ul> </span> <img src="http://leicarumors.com/wp-content/uploads/2013/07/Leica-X2-yellow.jpg" /> </div>
</div>
</body>
</body>
</html>

Threadless-style rollover menu - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Fredoka+One);
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
img { display: block;
}
a { text-decoration: none; color: rgb(255, 255, 255); -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease;
}
a:hover { color: rgb(255, 217, 0); padding-left: 5px;
}
body { background-color: rgb(255, 217, 0);
}
.container { display: table; margin: 50px auto auto auto; overflow: hidden; -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2); box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
}
.container:hover .image-caption { bottom: -8px; opacity: 0;
}
.container:hover .image-menu { /*transform: translate(0px, 432px); /*-webkit-transform: translate(0px, 432px); -moz-transform: translate(0px, 432px); -o-transform: translate(0px, 432px); -ms-transform: translate(0px, 432px);*/ top: 0;
}
.image { position: relative;
}
.image-caption { position: absolute; bottom: 6px; left: 10px; color: rgb(0, 178, 208); font-family: 'Fredoka One', cursive; font-size: 30px; text-transform: uppercase;
}
.image-menu { position: absolute; top: -432px; left: 0; height: 100%; width: 100%; background-color: rgb(0, 178, 208); font-family: 'Fredoka One', cursive; padding: 20px;
}
.image-menu h2 { margin: 0; color: rgb(255, 217, 0); font-size: 36px; line-height: 40px; text-transform: uppercase;
}
.image-menu ul { list-style-type: none; padding: 0;
}
.image-menu li { font-size: 22px;
}
.transition { -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; -webkit-backface-visibility: hidden;
}
Threadless-style rollover menu - Script Codes
Threadless-style rollover menu - Script Codes
Home Page Home
Developer Mitch Pruitt
Username mitchdot
Uploaded November 08, 2022
Rating 4.5
Size 2,195 Kb
Views 18,216
Do you need developer help for Threadless-style rollover menu?

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!

Mitch Pruitt (mitchdot) Script Codes
Create amazing SEO content 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!