Hullo,

I have a problem. THis site : www.reginagarde.com
looks OKAY to FF but when it comes to ie : when it gets to the product 
details page (such as : http://www.reginagarde.com/store/show/D231)
The layout of the footer got screwed.

I used this for the positioned container and footer (footer is inside 
container)

#container {
     display: block;
    min-height: 100%;
    width: 1000px;
    position: absolute;
    top: 0px;
    z-index: 1;
    border-left: 1px solid #ff52b7;
    border-right: 1px solid #ff52b7;
}

#footer {
       position: absolute;
    bottom: 0px;
    display: block;
    z-index: 999;
    padding: 0px;
    margin: 0px auto;
    height: 192px;
    width: 1000px;
    left: 0;
}

I was wondering if this is because of the absolutely positioned element 
or is it some kind of a weird bug from the sky.
Can anyone help?

- Ray
Ombilic
______________________________________________________________________
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