Jump to content

Meniul dropdown muta logo-ul din loc!?


Recommended Posts

Posted (edited)

Salut, am si eu o eroare la meniu si nu stiu cum sa o rezolv, cand pun cursorul pe un buton cu dropdown muta logo-ul din loc, iar eu nu vreau sa faca asta, vreau ca logo sa ramana acolo, iar meniul sa coboare peste el. Am incercat mai multe comenzi, dar nu au functionat, daca puteti sa ma ajutati as fi recunascator.

Aici un video cu problema:

Edited by Jetix

Posted (edited)
14 minutes ago, DeNyS. said:

Incearcă să adaugi 


position: absolute;

la dropdown și ar trebuii să meargă.

Am incercat, iar acum le-a suprapus

Uite aici meniul css:

.meniu {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 30px;
	border-bottom: 2px solid #C70000;
}

.meniu ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.meniu ul li {
	margin: 0px;
	padding: 0px;
	width: 110px;
	height: 20px;
	line-height: 20px;
	display: block;
	text-align: center;
}

.meniu ul li a {
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	padding-bottom: 5px;
	display: block;
	text-decoration: none;
	color: white;
	font-size: 15px;
}

.meniu ul li a:hover {
	border-bottom: 2px solid #FF0000;
}

.meniu ul li ul li {
	display: none;
}

.meniu ul li:hover ul li {
	display: block;
	list-style-position: relative;
}
 

image.thumb.png.3bac608d820a6ae7305edf2b0ecc3a2d.png

Edited by Jetix
Posted

Gata am rezolvat-o, a trebuit sa adaug acel "position: absolute;" la .meniu

.meniu {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 30px;
	border-bottom: 2px solid #C70000;
	position: absolute;
}

Multumesc DeNyS.!

  • gaby changed the title to Meniul dropdown muta logo-ul din loc!?

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.