Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- How is solved background and MIN,MAX width?


toplisek - 3:12 pm on Aug 28, 2011 (gmt 0)


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...


Thread source:: http://www.webmasterworld.com/css/4356065.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com