Hello everyone !

I'm wondering if someone knows how to force a DIV to stay at the bottom of 
another DIV that contains it.
The DIV "InfosArea" must have a non-flexible height, but the DIV 
"PartenairesArea" could be fixed height.
I've done this code, but that's not really a solution :

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
<style>
#leftarea
{
        margin:0;
        padding:0;
        float:left;
        height:400px;
        min-height:400px;
        width:174px;
}
#infosarea
{
        background-color:#FFF;
        height:25px;
        margin:0;
        min-height:25px;
        padding:0;
}
#adapt
{
        background-color:#ccc;
        margin:0;
        padding:0;
        width:inherit;
}
#PartenairesArea
{
        height:120px;
        margin:0;
        min-height:120px;
        text-align:center;
        vertical-align:middle;
        margin:auto;
}

</style>

<div id="LeftArea">
  <div id="InfosArea">
    [PlaceHolder:Infos]
  </div>
  <div id="Adapt">
  </div>
  <div id="PartenairesArea">
   [PlaceHolder:Partenaires]
  </div>
</div>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

The result is seable here :
http://www.loireavelo.fr

And the problem is seable here :
http://cms2.enjoyconstellation.com/Sites/85cd8215-64a4-4d47-aa5e-02e3908ae168/Accueil/Infospratiques/unepage/tabid/1902/Default.aspx
 
,
where the logos at the left side of the screen ("Région Centre", etc.) 
should stay at the bottom of the page.

Can someone give me some kind of tricks to make it work ?


Sébastien Fichot - FRANCE

_________________________________________________________________
Personnalisez votre Messenger avec Live.com 
http://www.windowslive.fr/livecom/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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/

Reply via email to