I'm trying to ditch my reliance upon tables for every design I do and move to pure CSS, with layers. Not a proper design at the moment, just trying things out.
Imagine a three by three table. The middle cell has all the content and the surrounding eight cells have the border images. In a table, the middle-left and middle-right cells will scale down automatically as I add content into the middle cell. With layers, each is entirely independent and has no knowledge of another. So is there a way to make the design of the middle-left and middle-right cells scale to match the center cell, which grows as I add content? Or do I have to just add my content and manually set the height of the outside cells to match when I finish?
Imagine a three by three table. The middle cell has all the content and the surrounding eight cells have the border images. In a table, the middle-left and middle-right cells will scale down automatically as I add content into the middle cell. With layers, each is entirely independent and has no knowledge of another. So is there a way to make the design of the middle-left and middle-right cells scale to match the center cell, which grows as I add content? Or do I have to just add my content and manually set the height of the outside cells to match when I finish?