Forum Moderators: open
------------------------------
¦ ¦
¦ ¦
¦_____________________________¦
¦______¦ ¦
¦ ¦ ¦
¦ ¦ ¦
¦______¦ MAIN ¦
¦ ¦ ¦
¦ ¦ ¦
¦______¦ ¦
¦__var_¦ ¦
¦___2 _¦______________________¦
Every box apart from VAR (variable) and MAIN are set to absolute, all also have background graphics set behind the cells apart from those two (note. "2" does not have a background set either). VAR has a set width but not a set height. The idea is that when MAIN overflows VAR will stretch and none of the cells set with heights will move. In relaity all the cells stretch which is not what I want.
Any suggestions?
CK
I have used the same sort of layout for some of my sites when I want an specific image around content to resize depending upon the amount of content. I have got round this by using spacer images. I normally put a 1 pixel spacer image into a cell that I don't want to resize and set the size of the spacer to the size of the cell. The cell should then keep it's size.
Hope this helps.