css - Background Image doesn't show right -


my background image navbar isn't showing properly. if notice, gradient navbar doesn't display properly. top half should light gray , bottom half should darker gray. when page firsts loads can see appear goes gray , loses gradient look.

my site usahvacsupply.com , edited background-image bigger fit 1600 width resolution. here picture of background image http://tinypic.com/view.php?pic=20ge8nl&s=5. appreciated.

here css code background.

html, body{     margin: auto;     background-image:url('/images/testing1/bg2.jpg');     background-repeat: no-repeat;      background-position:top center;     -moz-background-size:100% 100%;     -webkit-background-size:100% 100%;     background-size:100% 100%;     min-width:1600px;     min-height:1400px;     top: 0;     left: 0; } 

removing float:left on div id lol seems fix it.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -