On Tue, 28 Jun 2005 07:07:32 -0700, Adam Helweh wrote:
> Also, can anyone take a look at my footer and suggest a good method
> to place it centered outside of the white area?
>
> http://www.rocklinsystems.com/infinity/about.htm

Hi Adam,
Moving your #footerinternal DIV to the end of the #leftcol DIV and
adjusting the CSS seems to do it. Try:

#footerinternal {
    background-color: #8C2328;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: x-small;
    line-height: 1.5em;
    font-weight: bold;
    height: 50px;
/*       - remove these :
    width: 665px;
    margin: 0px auto;
    clear:both;
    - add this : */
    text-align:center;
}

It _appears_ outside because of the background-color.
I hope this is what you meant.

Cordially,
David
--
David Hucklesby, on 6/28/2005
<http://www.hucklesby.com/>
--


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to