|
Prev: Png fix not working
Next: Float and Shrinkwrap
From: malik.mayank on 2 Apr 2008 17:44 I am new to CSS and I want to have a fixed width web page that covers the entire area on the browser window. Something like http://maps.google.com I want the height to be equal to browser window... not 100% How can I accomplish that? Thanks in advance for all the help. - Mayank
From: Joost Diepenmaat on 2 Apr 2008 18:09 "malik.mayank(a)gmail.com" <malik.mayank(a)gmail.com> writes: > I am new to CSS and I want to have a fixed width web page that covers > the entire area on the browser window. Something like http://maps.google.com > > > I want the height to be equal to browser window... not 100% 100% IS the height of the browser window. Cheers, J. -- Joost Diepenmaat | blog: http://joost.zeekat.nl/ | work: http://zeekat.nl/
From: dorayme on 2 Apr 2008 19:48 In article <bc5bae20-a8be-4cda-ae6f-d97e9e3f8cda(a)s37g2000prg.googlegroups.com>, "malik.mayank(a)gmail.com" <malik.mayank(a)gmail.com> wrote: > I want the height to be equal to browser window... not 100% What is this supposed to mean? -- dorayme
From: John Hosking on 2 Apr 2008 21:10 dorayme wrote: > In article > <bc5bae20-a8be-4cda-ae6f-d97e9e3f8cda(a)s37g2000prg.googlegroups.com>, oh, here's the problem right here ^^^^^^^^^^^^^^^^ > "malik.mayank(a)gmail.com" <malik.mayank(a)gmail.com> wrote: > >> I want the height to be equal to browser window... not 100% > > What is this supposed to mean? Wait a minute; you don't understand only the part that you quoted? You actually understand and accept this: >> I want to have a fixed width web page that covers >> the entire area on the browser window. ? I think my brain is missing some important vitamins... -- John Let us not forget the UIP: http://improve-usenet.org/
From: dorayme on 2 Apr 2008 23:19
In article <47f432ca$1_2(a)news.bluewin.ch>, John Hosking <John(a)DELETE.Hosking.name.INVALID> wrote: > dorayme wrote: > > In article > > <bc5bae20-a8be-4cda-ae6f-d97e9e3f8cda(a)s37g2000prg.googlegroups.com>, > oh, here's the problem right here ^^^^^^^^^^^^^^^^ > > "malik.mayank(a)gmail.com" <malik.mayank(a)gmail.com> wrote: > > > >> I want the height to be equal to browser window... not 100% > > > > What is this supposed to mean? > > Wait a minute; you don't understand only the part that you quoted? You > actually understand and accept this: > It does *not* strictly follow that I understand what I do not quote. But nevertheless, see below. > >> I want to have a fixed width web page that covers > >> the entire area on the browser window. > > ? > > I think my brain is missing some important vitamins... I take special html and css pills. I cope by simply assuming fantastic css attributes. In the case of a fixed width that covers the entire browser window one might have "min-browser-width" and "max-browser-width" to constrain things. But a browser window that had a height that was not its full height is so bizarre that I had to ask about it, my pills had no power over it - no, they are not past their used-by-date, in case you are wondering John. -- dorayme |