I am currently working on converting a layout into HTML/CSS, but I am facing challenges in determining the best way to structure the HTML/CSS for major content elements. For example, there is a different background block in the middle that should be under the 960px content block and cover the entire width. I have provided a visual representation of the layout below:
My main questions are:
- How should I handle the custom background block that is "outside" of the grid? Should it be inside the grid, with the content block inside the background block but outside the container containing the logo and menu?
- What is the best approach to dealing with custom PNG shadows (without using CSS3) that need to be placed outside the content slider as shown in the image?
- Similarly, when it comes to the footer, should it be positioned outside the main 960px container? Is it necessary to use a "main container" at all in this scenario? I am unsure about the best practice in this situation.
Thank you!