I've designed a site that works:

        www.themeridiangrp.com

In creating the footer though I needed to set each page separately,  
e.g.,

.meridian #footer_650, #footer_700, #footer_750, #footer_800,  
#footer_900, #footer_950, #footer_1000, #footer_1050, #footer_1150,  
#footer_1250, #footer_1300, #footer_1400, #footer_1450, #footer_1500,  
#footer_1600, #footer_1700, #footer_1800, #footer_1900, #footer_2000,  
#footer_2250, #footer_2500, #footer_4800 {
        position: absolute;
        left: 0px;
        padding: 0;
        ...
}

.meridian #footer_650 {
        top: 650px;
}

.meridian #footer_700 {
        top: 700px;
}

This should not be necessary, but everything I've tried - including:

.meridian #footer {
        position: absolute;
        bottom: 40 px;
        left: 0 px;
        ...

does not work.

Since it's working I'm not overly concerned, but I would like to know  
the right way to do it.

Thanks.

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

Reply via email to