Hi,
I'm working on a web project and my boss gave me some graphical specifications:
I'd like to have a web page of which content has a dynamic size. This size should be proportional to the browser window size.
But the content size has a max and a min value : min-width=764px and max-width=1008px.
When the window is to small, there should be a scroll-bar and when it is larger than 1024px, the content should be centered in the window.
I tried to use the centered layout given by ExtJs but I don't manage to put the min and max size.
post some code and you will prob get more help, I am a little confused on what you are asking since you said you wanted a web page, but look at this link it helped me fit grids to the parent.