css - Floating Image Interrupts Hover -


i having issue image interrupting hover state. have menu mega menu drop down wordpress. have company's logo z-indexed above menu covers part of top menu , part of drop down menu. when mouse scrolls on z-indexed logo, breaks hover state , closes drop down menu. there way make image not register on hover?

you can add

  pointer-events: none; 

to .top-menu-logo. works in modern browsers not necessarly html structure recommend.


Comments

Popular posts from this blog

javascript - Complete OpenIDConnect auth when requesting via Ajax -

c# - Replace text in MailItem Body -

java - Get more than One value and display it -