Log in

View Full Version : 5 column liquid header, can't make it work



djvk87
05-28-2010, 04:16 AM
I am trying to design an image header for my website and I have split up an image into 5 pieces. I wish to make them as follows (in order)...
Left image, repeatable image 1, center image, repeatable image 2, right image.
I need the left, center and right images to remain fixed size and position but I need the repeatable images to fill in the space when the windows size changes.
I have made 5 divs within 1 container div all with their own css styling and tried to make this work but have had no luck. Can anyone point me in the right direction?

Thanks

europe451
05-28-2010, 08:37 PM
Post a sample of your code or a link to an example

katierosy
06-17-2010, 06:01 PM
"Just modify the following CSS:
#container {
margin: 0 auto;
width: 612px;
}"