الگو:منوی مناطق: تفاوت میان نسخه‌ها

از دانشنامه ملل
(صفحه‌ای تازه حاوی «.navbar { overflow: hidden; background-color: blue; } .navbar a { float: right; font-size: 16px; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } .subnav { float: right; overflow: hidden; } .subnav .subnavbtn { font-size: 16px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit; font-family: inherit; margin: 0; } .navbar a:hov...» ایجاد کرد)
 
بدون خلاصۀ ویرایش
خط ۱: خط ۱:
.navbar {
  overflow: hidden;
  background-color: blue;
}
.navbar a {
  float: right;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.subnav {
  float: right;
  overflow: hidden;
}
.subnav .subnavbtn {
  font-size: 16px; 
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: blue;
}
.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: blue;
  width: 100%;
  z-index: 1;
}
.subnav-content a {
  float: right;
  color: white;
  text-decoration: none;
}
.subnav-content a:hover {
  background-color: #eee;
  color: black;
}
.subnav:hover .subnav-content {
  display: block;
}
</style>
</head>
<body>
<div class="navbar">
<div class="navbar">
   <a href="#home">مناطق و کشورها</a>
   <a href="#home">مناطق و کشورها</a>

نسخهٔ ‏۸ مهٔ ۲۰۲۴، ساعت ۰۷:۴۴