On 5/16/07, Lee Powell <[EMAIL PROTECTED]> wrote:
> Hi Georg
>
> Unfortunately that doesn't seem to fix it when I test it in Safari or
> Firefox on a mac...
> Any other ideas?

>From what I understand, this is correct behavior for height: 100%.
Setting height to 100% defines it to equal 100% of its container.
Inheritance for this item would be:

Browser
   html 100%
      body 100%
          element 100%

Thus, 100% in this case equal 100% of the height of the browser
window.  This is not a bug, it is per the specifications and renders
the same in Firefox PC:

http://www.w3.org/TR/REC-CSS2/visudet.html#the-height-property

Brian
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to