Liu, Richard a �crit : > 100% works for width, not for height. > > I looked into the generated HTML code. The problem is because > in the generated HTML, the height of the IFrame is set > correctly; but the height of the parent table of the IFrame > is missing, it should be set to be the same as the height of > the IFrame (i.e. 100%). I would consider this as a Jetspeed bug.
It doesn't work this way. The default controllers that do the portlets rendering (including position / size) doesn't check for the portlet it contains. By default I mean "the ones included in jetspeed cvs". If you want to fix the height of an iframeportlet, you have to specify its height with pixels, not %. A way to do what you want would be to write your own controller. Aurelien --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
