On Mar 13, 1:17 pm, "Beauregard T. Shagnasty"
<a.nony.m...@example.invalid> wrote:
> KDawg44 wrote:
> >"Beauregard T. Shagnasty" wrote:
> >> Provide the URL to your best effort, that has the complete page.
>
> > Unfortunately, I cannot provide the URL because it is an
> > authenticated site.
>
> Do you mean visitors must log in to the main page? Set up a test at
> something like: http://example.com/test/grayout.html
>
> > The JavaScript is being called correctly on both browsers because
> > both divs are visible on both browsers, its just that the gray div is
> > not stretching across the screen in IE 7.
>
> I doubt if you will receive much unless you provide all the parts.
>
> Then again, maybe #grayBG won't stretch because it has no size .. no
> area, being absolutely position at zero.
>
> position: absolute;
> top: 0px;
> bottom: 0px;
> left: 0px;
> right: 0px;
>
> --
> -bts
> -Friends don't let friends drive Vista
How do I specify it to fill the screen? I have tried width:100%; and
height:100%; with no change (removed bottom & right).