Thanks to all.  I will try them out as soon as I get the chance.  I got something kind of working by adding a background in the header.thtml right after left blocks. . .but I haven't had a chance to see if it is doing what I need on all the different pages.
.
----- Original Message -----
Sent: Thursday, February 12, 2004 5:05 AM
Subject: Re: [geeklog-users] Picture as watermark behind just main middle column on all pages. . .

You mean like at the pigstye?  Just edit the style.css in you theme.  In the body tag add:

        background-image : url("/images/logo.gif");
        background-attachment : fixed;
        background-position : center;
        background-repeat : no-repeat;

You can adjust the parameters as needed.  You may also have to remove the background color.


--
Tom Willett
[EMAIL PROTECTED]

---------- Original Message -----------
From: "TechFan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thu, 12 Feb 2004 01:39:48 +1000
Subject: [geeklog-users] Picture as watermark behind just main middle column
on all pages. . .

> I have been wanting to put a picture behind the main middle section of the
> website on every page but haven't figured it out yet. . .it will be a
> lightened and a watermark style picture, but I want it to repeat and be the
> background for the middle section of the website.  It would nice if it
would
> stretch to fill whatever width the center column allows (like if there is
no
> right column.
>
> Thanks.
>
> _______________________________________________
> geeklog-users mailing list
> [EMAIL PROTECTED]
> http://lists.geeklog.net/listinfo/geeklog-users
------- End of Original Message -------

_______________________________________________ geeklog-users mailing list [EMAIL PROTECTED] http://lists.geeklog.net/listinfo/geeklog-users

Reply via email to