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?
ie 11 , below acts differently absolute/fixed positions.
adding width: 100% navbar works fine me.
Comments
Post a Comment