Hello All -

I've got an absolutely positioned UL in a design that I'm using as a footer
background.

In FF it's perfect (stuck to the bottom of the wrapper div as required). In
IE (6 and 7) it's gone - no where to be found.

Specification of this design is to keep it "stuck" to the bottom of the main
wrapper no matter how much or little content there is... but I just can't
figure this one out.

The rule in question - as well as it's interior LI rule - is shown below.

#bottom_nav {
        text-align: right;
        position: absolute;
        right: 9px;
        bottom: 0px;
        
        display: inline;
        height: 196px;
        width: 535px;
      *width: 550px;

        background: url(/resources/5661/assets/images_community/footer.jpg)
no-repeat 0 0;
}

#bottom_nav li {
        position: relative;
        top: 153px;
        right: 15px;
        padding: 0 0 0 5px;
        font-size: 11px;
        display: inline;
        line-height: 15px;
        color: #FFF;
}

If anyone would like to see it live, go here: http://teratest.terapad.com.

Make sure to look in FF first to observe the required specification; then in
IE 6 or 7.

Thanks to all in advance for their help!

Cole



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to