Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   [SOLVED] Image on each page - not just the center column? (http://forum.bytesforall.com/showthread.php?t=19773)

jorgfoto Mar 1, 2013 10:28 AM

[SOLVED] Image on each page - not just the center column?
 
I am wanting a unique image to go beyond the center column of each individual page - I am using the code below but the image does not extent behind the sidebar, header or footer area - I have done a lot of forum searching and still don't understand.
What I am using:

/* background changes for each individual page */
/*about us*/
body.page-id-24 td#middle {
background-image:url("http://www.floatingpetals.net/wp-content/themes/atahualpa/images/purpletulips990.jpg");
}

Can you help?
Thanks in advance

lmilesw Mar 1, 2013 12:10 PM

You would need to apply it to the body by leaving off the td#middle. Then you would need to make #middle transparent

jorgfoto Mar 1, 2013 02:43 PM

Quote:

Originally Posted by lmilesw (Post 97406)
You would need to apply it to the body by leaving off the td#middle. Then you would need to make #middle transparent

ahh yes, I see, And the image fills the entire background.
What if I wanted the image to stop at the edge of the body and sidebars and footer - contained inside the edges of the site itself?

lmilesw Mar 1, 2013 07:52 PM

Then you might use
HTML Code:

body.page-id-24 #container
or similar as the selector.

jorgfoto Mar 2, 2013 12:48 PM

Perfect. I knew I was close and you got me down on the runway. Thanks again - you guys and ATA are great!


All times are GMT -6. The time now is 04:00 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.