Re: [css-d] Disappearing Left and Right Column on Three Column Layout

2007-07-05 Thread Ian Young
> [mailto:[EMAIL PROTECTED] Behalf Of Martin Möller
> Sent: 05 July 2007 12:58
> To: css-d@lists.css-discuss.org
> Subject: [css-d] Disappearing Left and Right Column on Three Column Layout
>
>
> Hi List,
>  i wrote a nice crossbrowser 3 column layout.
>
> The Problem is i need to add a background-color or image to my wrapper
> of the content div but if i add the background my left and rightCol
> div disappear.
>
> Any Ideas?
>
> URL: http://www.ceudex.de/test/
>
> Thanks in Advance!
> Martin

There were a number of problems both in the HTML and the style rules.

In the HTML, the order in which you had written the DIVS meant that wouldn't
line up.

In the CSS, the content div need to be floated so that it would butt up
against the left div. Also need to define the width of the content.

http://www.iyesolutions.co.uk/templates/css/ceudex/Test.htm to see one
solution.

Cheers

Ian
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.476 / Virus Database: 269.10.0/886 - Release Date: 04/07/2007
13:40

__
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/

[css-d] Disappearing Left and Right Column on Three Column Layout

2007-07-05 Thread Martin Möller
Hi List,
 i wrote a nice crossbrowser 3 column layout.

The Problem is i need to add a background-color or image to my wrapper
of the content div but if i add the background my left and rightCol
div disappear.

Any Ideas?

URL: http://www.ceudex.de/test/

Thanks in Advance!
Martin
__
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/