jquery - Resizing browser stops width:100% background over css -


my website www.onlinemoviesbox.com having slight css issue. when resize(make browser width smaller) vertical scrollbar appears , if scroll right see header background corrupts , not continue(black background). went on lots of similar questions , wasn't able fix issue similar answers. tried removing header div width pixels percentage , didn't work.

i'd happy if me fix header no matter how resize , scroll have background continued.

thanks

i see on page's html:

<div class="topheader" style="width:100%;background:#000;"> 

it looks width:100% problem there. try setting min-width there too, width horizontal scrollbar first appears.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -