| SonicAndrei a întrebat:

Cine se pricepe la HTML/ CSS/ JavaScript? Am o problemă la un site.
Am introdus în bara de navigație un dropdown menu. Problema este că nu se afișează în Google Chrome (se afișează dar parțial, până ce se termină umbra bării - vreo 10 pixeli). AM OBSERVAT CĂ nu se împacă cu Google Maps (am introdus și o hartă). Dacă scot harta, meniul dropdown se vede. Chiar și dacă nu se vede, meniul e acolo, iar butoanele funcționează (adică dau clic pe a 3 liniuță din meniu, chiar dacă nu o văd, și navighez la link-ul corespunzător).

În Firefox sau Internet Explorer nu am această problemă.

Las și părți din cod (care mi se par relevante) mai jos:




/* Dropdown Button */
. dropbtn {
background-color: #333;
color: white;
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
}

/* The container - needed to position the dropdown content */
.dropdown {
position: relative;
display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
. dropdown-content {
display: none;
position: absolute;
background-color: #16829E;
min-width: 160px;
box-shadow: 0px 8px 16px 0px #000000;
}

/* Links inside the dropdown */
. dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}

/* Change color of dropdown links on hover */
. dropdown-content a:hover {background-color: #0C4C5C}

/* Show the dropdown menu on hover */
.dropdown:hover.dropdown-content {
display: block;
position:fixed;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover. dropbtn {
background-color: #0B4251;
}









function initialize() {
var mapProp = {
center:new google.maps.LatLng(45.5904151,25.4682144),
zoom:17,
mapTypeId:google.maps.MapTypeId.HYBRID
};
var map=new google.maps.Map(document.getElementById("googleMap"), mapProp);
}
google.maps.event.addDomListener(window, 'load', initialize);







Acasă
Castele

Râșnov
Corvinilor
Bran
Cantacuzino
Peleș


Despre








2 răspunsuri:
| CLCQ a răspuns:

Ai site-ul publicat/uploadat undeva? Se poate vedea? Da un link.

| SonicAndrei explică (pentru CLCQ):

Nu e publicat. Am trișat (să zic așa) și am adăugat o umbră de 300 de pixeli, iar acum meniul dropdown se vede. Dar nu știu de ce altfel nu merge în Google Chrome.