I like to test how is solved background image if I have MIN,MAX width.
How to enlarge/resize background in this case?
It works when you do not have MAX,MIN as background will be placed. Issue is when there is MIN,MAX...
I have defined borders as following:
[PHP]
#middlewrap {
min-width: 1008px;
max-width: 1340px;
/* background: #FFFFFF url(../images/homepage/background1.jpg) repeat-y top; */
margin-left: 0px;
text-align: left;
overflow: hidden;
}
[/PHP]
Is there any possibility to add this background as dinamic to MAX,MIN width.
Background is as image and how will detect browser this resolution?
It works when you do not have MAX,MIN as background will be placed. Issue is when there is MIN,MAX...