Pure Css Menu With Child and Hover concatenation

Size
1,774 Kb
Views
4,048

How do I make an pure css menu with child and hover concatenation?

What is a pure css menu with child and hover concatenation? How do you make a pure css menu with child and hover concatenation? This script and codes were developed by Miguel Ferreira on 26 January 2023, Thursday.

Pure Css Menu With Child and Hover concatenation Previews

Pure Css Menu With Child and Hover concatenation - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Pure Css Menu With Child and Hover concatenation</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <ul>	<li class="menu w_sub item">Item 1 <ul class="sub_dad">	<li class="son">Sub Item 1</li>	<li class="son">Sub Item 2</li>	</ul> </li>	<li class="menu w_sub item">Item 2 <ul class="sub_dad">	<li class="son">Sub Item 1</li>	<li class="son">Sub Item 2</li>	</ul> </li>	<li class="menu w_sub item">Item 3 <ul class="sub_dad">	<li class="son">Sub Item 1</li>	<li class="son">Sub Item 2</li>	</ul> </li>
</ul> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Pure Css Menu With Child and Hover concatenation - Script Codes CSS Codes

li{ list-style: none; background: navy; width: 85px; height: 20px; padding: 20px; padding-left: 60px; color: white; float:left;
}
.item:first-child{ border-radius:10px 0 0 10px; border-right:1px solid white;
}
.item:last-child{ border-radius:0 10px 10px 0; border-left:1px solid white;
}
.item:hover .son{ display: block;
}
.item:last-child:hover{ border-radius:0 10px 0 0;
}
.item:first-child:hover{ border-radius:10px 0 0 0;
}
li >ul li{ background: rgba(255, 0, 0, 0.2); position: relative; left: -100px; top: 23px; padding-left:50px !important; padding-right:30px !important; display:none;
}
.son:last-child{ border-radius: 0 0 10px 10px;
}
.light{ background: rgba(255, 0, 0, 0.5);
}
Pure Css Menu With Child and Hover concatenation - Script Codes
Pure Css Menu With Child and Hover concatenation - Script Codes
Home Page Home
Developer Miguel Ferreira
Username angus
Uploaded January 26, 2023
Rating 3
Size 1,774 Kb
Views 4,048
Do you need developer help for Pure Css Menu With Child and Hover concatenation?

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!

Miguel Ferreira (angus) Script Codes
Create amazing Facebook ads 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!