Hi all,
I've solved my problem only in part because with, Firefox, Chrome and safari now the left menù join with the footer
but using IE 8 in compatibility mode as you can see there is a "little" problem!
http://fmaitalia.netsons.org/forum/
Now what i've done is that:
1-created new directory called layout in templates root
2-edited 2_coloumns.tpl
here the code:
<style type="text/css">
<!--
#container{
background: url('http://www.fmaitalia.net/templates/fmai/images/skin/ms_bg.png') left;
height: 100%;
width: 250px;
}
-->
</style>
<!-- BEGIN nav_blocks_row -->
{nav_blocks_row.CMS_BLOCK}
<!-- END nav_blocks_row -->
<div id="container">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td style="vertical-align: top;"><!-- BEGIN left_blocks_row -->
{left_blocks_row.CMS_BLOCK}
<!-- END left_blocks_row --></td>
<td style="padding-left: 0px; vertical-align: top;"><!-- BEGIN center_blocks_row -->
{center_blocks_row.CMS_BLOCK}
<!-- END center_blocks_row -->
<!-- BEGIN xsnews_blocks_row -->
{xsnews_blocks_row.OUTPUT}
<!-- END xsnews_blocks_row -->
<!-- BEGIN centerbottom_blocks_row -->
{centerbottom_blocks_row.CMS_BLOCK}
<!-- END centerbottom_blocks_row -->
</td>
</tr>
</table>
</div>
this part of code:
<style type="text/css">
<!--
#container{
background: url('http://www.fmaitalia.net/templates/fmai/images/skin/ms_bg.png') left;
height: 100%;
width: 250px;
}
-->
</style>
is here only for test if it works after I'll put that in the stylesheet
can you help me to solve the problem whit IE please?
Edit: Sorry for the double post my error, i've pushed Quote and not edit