الگو:منوی مناطق

از دانشنامه ملل
نسخهٔ تاریخ ‏۸ مهٔ ۲۰۲۴، ساعت ۰۷:۴۰ توسط Alireza (بحث | مشارکت‌ها) (صفحه‌ای تازه حاوی «.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>