Background image for site section
Permalink
Anybody knows a way to accomplish the following:
Assign a background-image to a certain page and let the sibblings inherit this background image.
At this moment i got a custom attribute letting me choose a background image for every page but i want to give the top navigation menu item a background and all the items underneath need to inherit this background-image
thnx in advance.
Assign a background-image to a certain page and let the sibblings inherit this background image.
At this moment i got a custom attribute letting me choose a background image for every page but i want to give the top navigation menu item a background and all the items underneath need to inherit this background-image
thnx in advance.
Could be an option but it requires some manual action from my side to the client creating a page type. I would like it to be choosen at the top level navigation item and then it automaticaly adds it on all sibblings.
but thnx for thinking with me!
but thnx for thinking with me!
Yeah I see what you mean.
Will have a think. ;-)
Will have a think. ;-)
Found this... it may help:
http://www.concrete5.org/community/forums/themes/changing-backgroun...
A bit of PHP and using what I suggested.
http://www.concrete5.org/community/forums/themes/changing-backgroun...
A bit of PHP and using what I suggested.
<body id="background1">
Then add all the different body ID's to your css file and link in the different backgrounds.
Their may be a javascript way of doing it but I have used the above method before.