While designing a template, is it possible to overlap an image component across other components. Please refer to attachment, I have a requirement to have background image overlap and spread across header,navigation and footer sections. I do not want to split the image as I want to have it in a component by itself for business users to easily swap it as required. Please advise?
Hi , As the nature of the components , you cannot nest the components ( as per your example one back ground component and placing the other components on top of it.You can achieve this in many ways based on your requirement and type of layouts Scenario (1)a) If you are using OOB layouts / Fix layout and only one background per pageAns: select a back ground image from the page setting (Simple option)
Note: The background image will load on the layout view .
b) If you are using OOB layouts and the backgrounds are selecting using the components Ans: the background should be within the components , but the main css will over write on page preview / page generations time , so the page will load with all the background images Note: The background images will load on the layout view but limit to the componentsScenario( 2)a) If you are using custom layouts and the backgrounds are selecting using the components Ans:You have to write custom page layouts , and select the back ground images using components but the back ground image will be load only at the page preview or page generation time.Note: The background images will not load on the layout view . ThanksVin