Hello I got a problem with my footer,
I would like it to be at the bottom of the page in any page, the problem is
that I can't fix. It always stays a the end of all div's, and
couldn't find anything to get it in a the position I want.
I try with the position relative, absolute,... and nothing.
Now, with this configuration I fix it at the bottom of the page for IE 7 and
firefox 2.0 but not for IE6, I really don't know how I can repair it!

I saw in Zengarden that the footer do the same when the content is smaller
than the page...
but it's an informal web and I need to get all the height of the window (
client rules ;-)  )

do any of you have a solution??

thanks

HTML Footer
____________________________

<div id="footer">
        <div id="foot">(c) text2007. Derechos reservados Powered by text.
2007</div>

        <div id="validators">
            <ul>
                <li>
                    <span id="estilos">
                        <a href="http://jigsaw.w3.org/css-validator/";>
                            <img src="
http://jigsaw.w3.org/css-validator/images/vcss"; alt="ValidCSS!">
                        </a>
                    </span>
                </li>
                <li>
                    <span id="access">
                        <a href="http://www.w3.org/WAI/WCAG1AA-Conformance";
title="Explicación del Nivel Doble-A de Conformidad">
                            <img src="http://www.w3.org/WAI/wcag1AA";
alt="Icono de conformidad con el Nivel Doble-A, de las Directrices de
Accesibilidad para el
        Contenido Web 1.0 del W3C-WAI"></a>
                    </span>
                </li>
            </ul>
        </div>
    </div>


CSS
____________________________

    #footer
{
    padding-top:00px;
    clear:both;
    width: 769px;
    bottom: 0px;
    height:40px;
    margin-bottom:0px;
    line-height:30px;
    border-bottom:1px #D3D3D3 dashed;
}

#foot
{
    text-align:left;
    float:left;
    font-size:70%
}

#validators {
    text-align:right;
    float:right;
    }
______________________________________________________________________
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