Help - Search - Members - Calendar
Full Version: replacing the entire header section with an image?
Forums > Resource Center > Support Center > Livejournal Support > Livejournal Resolved Topics
idwalkthrough-hell
i came across this livejournal and i wanted to do something similar with how they have an image covering the entire header section.

could someone please post a code that i could use to achieve this?

i'm using s2 and the generator layout if that affects anything.

thanks.
Mulder
this should work, though I've never actually coded for S2 Generator.

CODE
    .headerimage {
        /* for formatting header image */
                width: px;
                height: px;
                background-image: url();
                background-repeat: no-repeat;
                background-position: center;
                margin-left: auto;
            margin-right: auto;
        }
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.