On Tue, Mar 23, 2010 at 7:36 AM, Andrew Frazier <[email protected]> wrote: > It looks OK in all browsers, but it's not showing what I've asked it to. > The grey border down each side of the central area should actually come in > diagonally at the bottom to join the black border.
I think the css is behaving as expected. The issue here is that your bg_contentBottom.png has transparent areas on the outside edges. This allows the underlying (note: under) graphics to show through. If you add a solid color to the outer areas of the png you will see that it is indeed on top of the other div backgrounds. Hopefully I've missed something in my experiment. Because if the issue is in fact this transparency thing I don't see how you will solve it -- unless a solid color is okay near the bottom of the page. Regards, Claude ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
