Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Trouble with Navigation menu Reply To: Trouble with Navigation menu

#191459
iizag
Participant

I implemented it so you could see. but its not what I want. I want the pink to overwrite the blue on hover not show under.


@Paulie_D

Is adding Margin-top , which does what I want, the right way to go about this or will it break on different screen sizes or browsers?

.ubermenu-menu-50 li:hover {
    border-top: 2px solid #ed008c;
    margin-top: -2px;
}