Thread: CSS with images
View Single Post
09-09-2005, 04:13 AM
#4
Julian is offline Julian
Status: Simply to simplify
Join date: Apr 2005
Location: Foxton, Manawatu, New Zealand
Expertise:
Software:
 
Posts: 5,572
iTrader: 0 / 0%
 

Julian is on a distinguished road

  Old

Originally Posted by Salathe
I'd like to see you try it without slicing into images...
Salathe, a more constructive reply would have been nicer.

dumbcoder, this is what you need to do:

1. Slice the content box into a header, footer and a vertically expandable content section.

2. Surround all in a wrapping div.

3. Place header div at the top with header image as the background. Make sure you specify height and width and it's non repeating.

4. Make content div and have content image as background, make sure you have it can repeat in the y axis.

5. Make a footer div at the bottom with footer image as the background. Make sure you specify height and width and it's non repeating.

6. Place your wrapper div where you want it!