Thanks. I was afraid you would say that. I am really ready to pull out all my hair. Here is an example of a page excluding include header or footer. Just the menu and context. http://dbsdev.myflorida.com/job_seeker/template.shtml I just can't get a handle on how to place css sections.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arno @ Raketnet Sent: Sunday, April 23, 2006 11:20 AM To: CSS Mailinglist Subject: Re: [css-d] Does anyone use css with SSI? <snip> > But I use SSI for footer, header, menus. He..he.. my footer ended up > on top of the main content. </snip> I don't think SSI has any influence on the positioning of the items of your webpage. Your footer ending up on the top of the main content must be problem in the css. You position the div in which your content is with CSS. The only thing SSI does, is put in the content where you put the include tag. If you do it for example like this: <div id="header"> <!--#include virtual="/include/header.html" --> </div> <div id="menu"> <!--#include virtual="/include/menu.html" --> </div> <div id="content"> Yabbedeeyabedeeyab. </div> <div id="footer"> <!--#include virtual="/include/footer.html" --> </div> It should work well if you have the css correct. Arno ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
