html - fixed header not pushing content down in only some browsers -


i have page here css files here

the header , nav should remain fixed @ top of page carousel started below this. corerect

it looks fine in browsers when tested in browserstack of browsers display carousel image gets pushed behind nav , header top: not correct

i cannot figure out missing in css. ideas?

thanks!

i think ie having problems <main> tag. if explicitly set main#wrapper { display: block; } fix this.

reference


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -