On 21/12/06, Thomas Thomas <[EMAIL PROTECTED]> wrote:
> I want to display three rectangles (div elements or image background) in a
> row,
> separated with a blank space and each rectangle will have content (that will
> be generated dynamically).
> And I want to add one rectangle under the three rectangles (will be large
> one because it's width will under the three rectangles).
>
> Then I need to choose wether I have these rectangles as bacground image, ...
> I don't know how I can say "put me this background under those lines of
> content"
>
> How can I do this ?
>
> Thank u.

I'm not sure what you mean, in rgards to your proposed markup. Is this
what you meant?:

<html>
    <div id="rectangle1">Dynamic content</div>
    <div id="rectangle2">Dynamic content</div>
    <div id="rectangle3">Dynamic content</div>
    <div id="big-rectangle"><!-- Contains large background image --></div>
</html>
-- 
Cheers,
Sasha
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to