Gdy się nasunie na 'test' to rozwijane menu chowa się pod headline.
Gdy usunę 'position:relative' w css to owszem. Menu jest nad tym headline, ale te jakby zagięcia po bokach znikają. Jest jakaś alternatywa, aby menu pokazywało się nad tym headline+aby zostały te zagięcia?

.example2 h1 { width: 683px; position: relative; margin-left: -5px; padding: 15px; color: #fcfcfc; background: #7d7e7d; font-family: calibri, tahoma, arial; background-image: url(images/headline.png); } .example2 h1:before, .example2 h1:after { position: absolute; left: 0; bottom: -6px; content:''; border-top: 6px solid #999; border-left: 6px solid transparent; } .example2 h1:before { border-top: 6px solid #999; border-right: 6px solid transparent; border-left: none; left: auto; right: 0; bottom: -6px; }