Thanks for the help. I have a more difficult question.
Here's an example of my container:
| top_leftcorner |
top_middle |
top_rightcorner |
|
content pane
|
| btm_leftcorner |
btm_middle |
btm_rightcorner |
All the corners have to be a fixed width. The content pane I set on repeat and it expands fine.
But the top_middle and btm_middle, I can't figure out how to make them automatically expand depending on how wide the container is.
The table above is just for example. My container does not use any tables, it is CSS and DIVs only.
Any suggestions?
Thanks!
~Bee