html - Position fixed menu not being centered on IE -


i have menu centered fine on browsers except ie.

i've tried multiple things far, end breaking when resizing screen, menu needs stay centered on mobile too. menu sticks top using position: fixed;

margin: 0 auto; doesn't work

top: 50%; left: 50%;  

also doesn't work me, how can center menu?

the website talking about.

ie 11 , below acts differently absolute/fixed positions.

adding width: 100% navbar works fine me.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -