<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/