Menu with a featured tooltip that has an animation from Jumping Animation pen

Size
2,560 Kb
Views
32,384

How do I make an menu with a featured tooltip that has an animation from jumping animation pen?

What is a menu with a featured tooltip that has an animation from jumping animation pen? How do you make a menu with a featured tooltip that has an animation from jumping animation pen? This script and codes were developed by Mariam Massadeh on 22 September 2022, Thursday.

Menu with a featured tooltip that has an animation from Jumping Animation pen Previews

Menu with a featured tooltip that has an animation from Jumping Animation pen - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Menu with a featured tooltip that has an animation from Jumping Animation pen</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="header"> Menu with a featured tooltip that has an animation from <a href="https://codepen.io/WhiteWolfWizard">Jumping Animation</a> pen
</div>
<div class="container"> <div><p>Home</p></div> <div><p>Tourism</p></div> <div><p>Hospital</p></div> <div><p>Bathroom</p></div> <div><p>Taxi Office</p></div> <div><p>Cinema</p></div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Menu with a featured tooltip that has an animation from Jumping Animation pen - Script Codes CSS Codes

body
{ background-color:#eee; font-family:tahoma;
}
.header
{ line-height:30px; color:#006BB6; font-size:22px; padding-bottom:5px;
}
a
{ -webkit-animation: bounce 0.5s ease infinite alternate; color:rgba(0,107,182,0.5); text-decoration:none;
}
.container
{ background-color:#fff; width:60px; border:2px solid #D6DCE0; border-radius:5px; -moz-box-shadow: 0 5px 5px rgba(218,224,228,0.8);
-webkit-box-shadow: 0 5px 5px rgba(218,224,228,0.8);
box-shadow: 0 5px 5px rgba(218,224,228,0.8);
}
div
{ text-align:center; line-height:30px; font-family:tahoma; font-weight:lighter;
}
.container div
{ background-repeat:no-repeat; background-position:center center; width:100%; height:20px; margin:0 auto; padding-bottom:20px; padding-top:20px; border-top:1px solid #E1EAED;
}
.container div:hover
{ cursor:pointer; background-color:#006BB6; -webkit-transition: all 1.5s; -moz-transition: all 1.5s; transition: all 1.5s;
}
.container div:last-child
{ border-radius: 0px 0px 5px 5px;
}
.container div:nth-child(1)
{ background-image:url("http://dc387.4shared.com/img/wpAwzVb-/s3/14031339da8/home.png"); border-radius:5px 5px 0px 0px; border-top:none;
}
.container div:nth-child(1):hover
{ background-image: url("http://dc387.4shared.com/img/8F2pDgaV/s3/1403133a190/homeSkin.png");
}
.container div:nth-child(2)
{ background-image:url("http://dc387.4shared.com/img/FhdLNzLH/s3/140313391f0/fort.png");
}
.container div:nth-child(2):hover
{ background-image: url("http://dc387.4shared.com/img/magRw6wT/s3/140313395d8/fortSkin.png");
}
.container div:nth-child(3)
{ background-image:url("http://dc387.4shared.com/img/6a5bgNC5/s3/14031337a80/bed.png");
}
.container div:nth-child(3):hover
{ background-image: url("http://dc387.4shared.com/img/-WX-s1BC/s3/140313391f0/bedSkin.png");
}
.container div:nth-child(4)
{ background-image:url("http://dc387.4shared.com/img/3hJUMXxH/s3/1403133dc28/hydrant.png");
}
.container div:nth-child(4):hover
{ background-image: url("http://dc387.4shared.com/img/fl3EN2JX/s3/1403133dc28/hydrantSkin.png");
}
.container div:nth-child(5)
{ background-image:url("http://dc387.4shared.com/img/7_9Ouu2m/s3/1403133e010/taxi.png");
}
.container div:nth-child(5):hover
{ background-image: url("http://dc387.4shared.com/img/1qjNj7f6/s3/1403133e010/taxiSkin.png");
}
.container div:nth-child(6)
{ background-image:url("http://dc387.4shared.com/img/fNpiUiEt/s3/1403133f398/tv_online.png");
}
.container div:nth-child(6):hover
{ background-image: url("http://dc387.4shared.com/img/2JfsnQaR/s3/1403133f398/tvSkin.png");
}
/*tooltip*/
p
{ color:#006BB6; position:absolute; border-radius:5px; border:1px solid #C2C8CB; padding-left:15px; padding-right:15px; line-height:30px; margin-left:75px; margin-top:-10px; background-color:#fff; width:100px; text-align:left; -moz-box-shadow: 0 5px 5px rgba(218,224,228,0.8);
-webkit-box-shadow: 0 5px 5px rgba(218,224,228,0.8);
box-shadow: 0 5px 5px rgba(218,224,228,0.8); -webkit-animation: bounce 0.5s ease infinite alternate; display:none;
}
.container div:hover p
{ display:block;
}
p:before
{ content: ''; position: absolute; width: 1px; height: 1px; border: 5px solid transparent; border-right-color: #C2C8CB; margin-top: 10px; margin-left: -26px;
}
/* ANIMATION */
@-webkit-keyframes bounce { 100% { margin-top: -3px; text-shadow: 0 -1px 0 #ccc, 0 0px 0 #ccc, 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 30px 30px rgba(0, 0, 0, .3); }
}
Menu with a featured tooltip that has an animation from Jumping Animation pen - Script Codes
Menu with a featured tooltip that has an animation from Jumping Animation pen - Script Codes
Home Page Home
Developer Mariam Massadeh
Username MariamMassadeh
Uploaded September 22, 2022
Rating 3
Size 2,560 Kb
Views 32,384
Do you need developer help for Menu with a featured tooltip that has an animation from Jumping Animation pen?

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!

Mariam Massadeh (MariamMassadeh) Script Codes
Create amazing love letters 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!