I have three images I want to have as the background of a table.
This gradient should hug the top of the cell:
This should hug the bottom of the cell:
And this should be in the middle, spanning:
So it should look like this in the background, but adjust to the amount of content in the page:
The little white part in the middle should expand, and all of this should be in the background.
I want to restrain this image to 800 wide, so I can require it as a php file in another page.
I need to be able to put a table on top of this so I can put content in that table, and it still be written above those images.
Right now I'm using static images, which look really bad and I don't want to have to create a whole bunch of images every time I need to change or create a page.
cliffs: want to create a table on top of another table, where the rows/columns don't effect each other, and the bottom table image background expands/contracts (with a min-height) depending on content.
HELP!!!! :x:
This gradient should hug the top of the cell:
This should hug the bottom of the cell:
And this should be in the middle, spanning:
So it should look like this in the background, but adjust to the amount of content in the page:
The little white part in the middle should expand, and all of this should be in the background.
I want to restrain this image to 800 wide, so I can require it as a php file in another page.
I need to be able to put a table on top of this so I can put content in that table, and it still be written above those images.
Right now I'm using static images, which look really bad and I don't want to have to create a whole bunch of images every time I need to change or create a page.
cliffs: want to create a table on top of another table, where the rows/columns don't effect each other, and the bottom table image background expands/contracts (with a min-height) depending on content.
HELP!!!! :x:
Last edited:








