I have problem with css
on uc browser
.
.note-sec
{
padding-bottom:50px;
background:url(../img/4.jpg) no-repeat 50% 50%;
background-attachment:fixed;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
width:auto;
display:block;
height:100%!important;
min-height:300px;
color:#fff
}
in many browser like chrome, its working well.but in uc browser, the image width 100%, not height 100%. any ideas ?thanks