Both width and height attributes are set to "100%".
Width and height are given in pixels, not percentages.
I've even tried to call applet resize(width, height) from javascript but the applet still did not display all.
An applet can't be resized, not from within the
Java code, nor from the outside using JavaScript.
[ March 19, 2008: Message edited by: Ulf Dittmer ]