Good morning, Everyone:
Is there some "trick" or special attributes I need to study up on if I want to use full width DIVs along with DIVs with widths of only 960px, for example?
Say I want to do something like this:
DIV 1 (full width - background Hero photo)
--- DIV 1A (960px - with headline - appears above background photo)
DIV 2 (960px - some text content)
DIV 3 (full width - blue background)
-- DIV 3A (960px - more text copy - appears above the blue background)
DIV 4 (960px - some more text content)
~~~~~
Do I just leave off a max-width: style from the DIVs that will be full width?
(In my short experiments, that wasn't working out so well... might have been because I had an 8-year-old boy tugging on my arm begging me to play video games with him while I was trying to implement it.)