Hi Lori,
Try the following CSS:

#footer {
    position: relative;
    width: 100%;
    height: 50px;
    clear: both; }

#footwrap p {
   width:100%;
   margin:0 auto;
   position: absolute;
   bottom: 0;
   text-align:center;
 }

Regards,

MaurĂ­cio Samy Silva
http://www.maujor.com/



> I would like to vertically align and centre some text at the bottom of a
> division.  In compliant browsers, I can accomplish this by using
> display: table and display: table-cell with vertical-align: bottom.
> This works like a charm.
>
> However, in IE 6, I have an odd problem.  I 

______________________________________________________________________
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