I figured out a work around from the following post:

http://www.forum4designers.com/message115361.html

After adding "position: absolute" to my html,body css code it worked
like a charm.

html,body
{
height: 100%;
margin: 0px;
padding: 0px;
position: absolute;
text-align: center
}

I would be curious, now, as to others results when viewing the site
with different browser versions and operating systems--good or bad.

If this work around is suitable for the top two browsers, I think my
job here is done.

Thank you for your help.

Respectfully,


Gary


[EMAIL PROTECTED] (Gary C. New) wrote in message news:<[EMAIL PROTECTED]>...
> Mozillians:
> 
> For the past little while I have been working on a site that makes use
> of dynamically generated table heights (100% of the viewable area)
> using xhtml and css in quirk-mode.  Internet Explorer (6.0) seems to
> render the quirk-code consistently each time, but Mozilla (1.3) seems
> to only render it intermittently (sometimes it renders 100% of the
> viewable area and at other times it simply renders the height of the
> object).  Is there a reason why it only renders properly 50% of the
> time?  I know it is a quirk result, but shouldn't quirks render one
> way or the other 100% of the time?
> 
> Any suggestions of how I might work around and/or remedy it?
> 
> You can view the code at http://www.teancum.net
> 
> Thank you for your assistance.
> 
> Respectfully,
> 
> 
> Gary
> 
> P.S.  Any feedback as to whether the code renders consistently and
> with what browser and operating system would be greatly appreciated.
_______________________________________________
mozilla-layout mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-layout

Reply via email to