I think you need to change the negative margin on the footer to equal the
height of the footer.  Same with the IE margin-top hack (**though you may
need to adjust this one slightly).  So, it would be:

#footer  {
position: relative;
margin: -100px auto 0 auto;
width: 100%;
height: 100px;
background : transparent url("../images/hdrbg.jpg") repeat;
color: #fce0af;
clear:both;
}

/* A CSS hack that only applies to IE -- specifies a different offset
for the footer */
* html #footer  {margin-top: -100px;}


On Sun, Mar 30, 2008 at 7:01 PM, Brian Jones <[EMAIL PROTECTED]> wrote:

> Hi,
>
> Please help..I'm using a technique i found in the css world to keep
> the footer at the bottom of the page. In FF it works fine but in IE it
> breaks.
> Here's the link and css
>
> http://www.fatusboutique.com/
> http://www.fatusboutique.com/css/eb.css
>
> Thanks
>
> --
> -Bdot
> "There are only 10 kinds of people in this world. Those who understand
> binary and those who don't"
> ______________________________________________________________________
> 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/
>



-- 
Valerie Wininger
www.valeriewininger.com
______________________________________________________________________
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