html - how to not let nav bar push div down -


in site have responsive nav bar header @ top of page. when nav bar opened, div header pushed down it.

how possible nav bar go on top of div without pushing down.

link website

thanks in advance.

nice name vlad.

style = 'position:absolute;' make dimensions/position of element attach not affect elements other children.

mozilla dev reference


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -