html - navbar and footer when reduce window -


i have problem when reduce window:


enter image description here


this css nav bar , footer

css

    nav{        width: 100%;        max-width:100%;        min-width:1000px;        margin: 0 auto;}      footer {          position: relative;          left: 0;          bottom: 0;          height: 100px;      	text-align:center;      	width:100%;      	max-width:100%;        min-width:1000px;      }

add js.fiddle link see html coding


Comments