What I can do to make my menu continue 100% when zooming in on the browser, without having to use position: fixed ... My menu has 100% width and a 1024px banner ... (page is not responsive).
How are you?
.container{width:100%; height:110px; background-color:#bc0000;}
.banner{width:1024px; height:320px; margin:auto background:url(img/banner.jpg) center;}
Thank you