It looks like a simple background image. Without actually opening the 
CSS, I'd imagine it's a simple three column layout with a background
set to repeat-x and left or right depending on the side. For example:

columnLeft {
        background: url(/images/columnBackLeft.gif) top right repeat-x;
        height:100%;
        }
columnRight {
        background: url(/images/columnBackRight.gif) top left repeat-x;
        height:100%;
        }

Use position:absolute (with the appropriate hacks) for IE6 and older and
position:fixed for everything else.

-- 
Marc Luzietti
Flagship Project
Bayview Financial, L.P.
(305) 341-5624




"Niels Olson" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
02/24/2006 03:08 PM

 
        To:     css-d@lists.css-discuss.org
        cc: 
        Subject:        [css-d] Making Blog Column Appear Floating Above 
Background With Shadow


Help! Just a newbie here. How do I make the content of my blog (
http://nielsolson.us/Haversian/) appear to float above the background like
this one (http://www.medrants.com/index.php)? I've looked at his style sheet
and others but I haven't figured it out yet.

Thanks,

Niels Olson
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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