This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Dreamweaver > February 2006 > Re: columns problem - css layout





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Re: columns problem - css layout
15266

2006-02-24, 10:15 am

Answered it myself so no need to reply.

The problem was that I defined a fixed height to the containing box like this

.leftContainerContent{
background-image:url(../images/content_box_main.jpg);
background-repeat:no-repeat;
height:154px;
margin-bottom:20px;
}

It should be:

.leftContainerContent{
background-image:url(../images/content_box_main.jpg);
background-repeat:no-repeat;
margin-bottom:20px;
}

so the text now makes the box stretch. cool.

Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews