Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] Background image of child items not the same as parent (http://forum.bytesforall.com/showthread.php?t=5711)

noahinBR Feb 4, 2010 09:58 AM

[SOLVED] Background image of child items not the same as parent
 
I've searched through as many posts as I can find, and I see where there have been some questions about child menu items different than the parent, but I've having some trouble with a background image that shows up correctly while the parent items are selected, but when the child is selected, the background image goes away.

Looking at Firebug, it shows these as the same body tag, which for me is:

padding-top: 20px;
background: #DDDDDD url(wp-content/themes/atahualpa/images/bg.jpg) repeat-y fixed center top;
color:#666666;
font-family:"Century Gothic",Arial,Helvetica,sans-serif;
font-size: 0.8em;

I'm using Atahualpa 3.4.5.

http://www.ellphotography.com/blog/

Any suggestions?

juggledad Feb 4, 2010 10:18 AM

change it to the full path of the image, ie
background: #DDDDDD url("http://www.ellphotography.com/blog/wp-content/themes/atahualpa/images/bg.jpg") repeat-y fixed center top;

noahinBR Feb 4, 2010 12:43 PM

Thank you so much. Works perfectly. Would have never thought of the full path being necessary there.


All times are GMT -6. The time now is 04:50 PM.

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