I am not sure am I understand your question right. Did you want resize image on fixed dimension and vary only between 700 and 1000px or you want to resize image on any screen width. If you want first solution try this (I didn't define height):
Code:
#header{
max-width: 1000px;
min-width: 700px;
}
#header img{
width: 100%;
}
NOTE: this is not work in IE6
__________________
Please login or register to view this content. Registration is FREE - uncommon free scripts
Please login or register to view this content. Registration is FREE - Städte, Sport, Party, Gourment, Apartments, Hotels
Last edited by shivaji; 07-16-2010 at 01:12 AM..
|