PDA

View Full Version : stretching forum-skin vertically to 100% screen-height


sparklywater
08-15-2008, 01:38 AM
I have a skin / template which automatically stretches horizontally to fit the width of the user's screen. When viewing a very short page however, the skin is not stretched vertically to fit the screen-height. Is there a way to make the very short pages 'stretch' to fit the screen-height?

Attitude5ire
08-15-2008, 01:27 PM
vertically fitting heights are well.. rare you prolly wud have to modify codes. But it not really a good compatibility practise..

you can try html,body {
height:100%
}
and then stretch the Div using same.. its a long tweak would need more steps.