Hi Anne... great templates... we really love them.
Yesterday I picked up an interesting issue...
On all_business, we applied a hex colour to #headerWrapper
#headerWrapper {background: #000;}
And the black extended all the way through the main content area too...
I then did a COUNT of DIV tags and found:-
In your tpl_header.php there are:
ELEVEN opening <div tags
TEN closing </div> tags
HOWEVER... when I slipped in a </div> into the header, it seemed to close off the headerWrapper, and put the black exclusively in the header area:
ORIGINAL CODE in tpl_header.php (Around line 100)
Code:<br class="clearBoth" /> <!--eof-branding display-->
MY "STICKING PLASTER" (Around line 100)
Code:<br class="clearBoth" /> <!--eof-branding display--> </div>
Am I missing something? Is there supposed to be another closing </div> in the "body" areas that I somehow don't have? I am thinking a mod addition might be the culprit... but we did the styling on a completely "virgin" install of ZC1.5, then applied all_business, then tried the headerWrapper styling... no added mods...
Your expertise and comments would be most welcome.


Reply With Quote

