> I am trying to develop a web page that is just the access
> port to a java applet.
> Above the applet I want a single line containing a help
> link, and below the line
> I want a single line containing a link to site security
> information.  I want the
> applet to fill all of the space in between.

Okay, so far...

>  5. I leave the height of the middle td unspecified.
>  6. I set the height and width of the applet in the middle
> td to 100%.

This is the problem. The applet doesn't know what
100% means for height.

> This method works in FF3 and IE7, but ONLY if I do NOT have
> a <!DOCTYPE> declaration at the top of my file.

THat triggers quirks mode, which lets the applet use
the calculated height of the td to control the height
of the applet. The standards don't legally allow this.


> The fact that it works only without the <!DOCTYPE>
> makes me suspect that
> I'm somehow relying on non-standards-compliant behavior,
> and I don't want to do that.

In this case I think the options are to use quirks mode 
or decide on a set height for the upper and lower bars.
Then you could easily do this in a nunber of ways, but
i bet you want to have those elements be auto in height,
leaving no good way to do it. At least I can't think of 
a good one...

Big John
http://positioniseverything.net




      
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to