Re: [css-d] Flexible box with image in the background

2006-05-26 Thread Tom Livingston
On 5/25/06, Erik Gyepes [EMAIL PROTECTED] wrote: Hi, than the bottom is okay, but the TOP image is overwritten by the MIDDLE layer, so this is not really the best :( Erik Those 3 divs are floats. Do they need to? If so, are you clearing them? -- Tom Livingston Senior Multimedia Artist

Re: [css-d] Flexible box with image in the background

2006-05-25 Thread Erik Gyepes
Hi, than the bottom is okay, but the TOP image is overwritten by the MIDDLE layer, so this is not really the best :( Erik Tom Livingston wrote: .ako-pokracovat-box-middle div { float: left; width: 500px; background: url(../images/ako-pokracovat-box-middle.gif) repeat-y; }

[css-d] Flexible box with image in the background

2006-05-24 Thread Erik Gyepes
Hi all! I would like to make an flexible box with image in the background. Look to this screenshot as an example: http://trash.depi.sk/irisoft.png. There is the box, with the image. I designed that this box will be divided to 3 parts: top, middle and bottom. Top for the top part - to under the

Re: [css-d] Flexible box with image in the background

2006-05-24 Thread Tom Livingston
.ako-pokracovat-box-middle div { float: left; width: 500px; background: url(../images/ako-pokracovat-box-middle.gif) repeat-y; } change to this maybe? .ako-pokracovat-box-middle{/*took out 'div' here */ float: left; width: 500px; background: