Flexi CSS Layouts for Dreamweaver Forum


box Flexi CSS Layouts for Dreamweaver
Flexi CSS Layouts is a Dreamweaver Extension that helps you create browser compliant table-less web pages with ease. Unlike other products that are limited to templated CSS layouts with 1, 2 or 3 columns, with Flexi CSS Layouts for Dreamweaver you can build your own custom layout structure without coding.

Find out more about Flexi CSS Layouts for Dreamweaver

Thread: CSS Flexi Layouts

title left
User Details
message
title right

post date:
2011-04-21 10:51:16
Hi Guys,

I have spent hours and hours trying to resolve an issue where a background is showing through the body of my layouts.

The URL is http://www.cowdenhall.org.uk/draft/thestory.htm

You will see that there is a green strip on the left and right hand side of the layout. This should be white but I have tried to find the css issue and have amended box sizes but to no avail.

Any help would be appreciated.

Horea Radu [Extend Studio]

post date:
2011-04-22 11:26:56
Hi,

Does the body of the page have that green background?

If so, then you should set a white background to the layout element that contains that zone. If that layout element does not have a background color set then it's transparent by default and the background color of the body will show (or the background of the element under it).

Let me know if this helped.

Best regards,
Horea Radu.

post date:
2011-04-23 03:50:00
Thanks for your reply.

The body element (green) is a gradient image. I have changed all columns/rows to white but still no joy. This is only happening when the page starts to expand due to more content.

Any more ideas?

Les
Andrei Rinciog [Extend Studio]

post date:
2011-04-26 04:34:41
Hello,

You set the same background image of the page as background image for the "body" element from the layout. That's why you have those two green boxes.

Remove the background image from the "body" element of the layout and set it's background color to white.

Regards,
Andrei Rinciog

post date:
2011-04-26 12:19:38
Thanks Andrei.
That worked.
Les