Discussion: fixed height.
Afficher un message
Vieux 03/04/2008, 09h42   #4
Ben C
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: fixed height.

On 2008-04-03, John Hosking <John@DELETE.Hosking.name.INVALID> wrote:
> dorayme wrote:
>> In article
>> <bc5bae20-a8be-4cda-ae6f-d97e9e3f8cda@s37g2000prg.googlegroups.com>,

> oh, here's the problem right here ^^^^^^^^^^^^^^^^
>> "malik.mayank@gmail.com" <malik.mayank@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...


I couldn't understand it either, but it occurs to me that this could
mean the OP wants to cover up the browser's toolbars and menus and other
decorations with content.

This is theoretically possible if you set overflow: visible on the root
element (which means setting it on BODY in an HTML UA, the usual
weirdness).

You could then set height: 110% or so on BODY, but you would have to
guess how far to go.

But most desktop window managers don't ever allow a window's contents to
jump outside it.
  Réponse avec citation
 
Page generated in 0,04990 seconds with 9 queries