Michael Stevens wrote:

> http://testsite1.bigmikes.org/
> http://testsite1.bigmikes.org/jbc.css
>
> In FF the pages render fine but in IE the footer image is not being
> placed {bottom right no-repeat} as I've requested. It's cramming it
> up at the top of the footer div which puts the pattern right in the
> middle instead of at the bottom of the page.

It's not that the background image isn't at the bottom right, it's 
that the footer is only 20px or so high. (in IE6)

> I can't see anything wrong but I don't spend as much time
> jury-rigging IE as a lot of you do. Without FireBug it's difficult
> to figure anything out. Haven't checked IE7.

IE7 behaves the same as FF for this page, and the reason it doesn't in 
IE6, is that you have used min-height to set the height of the footer.
IE6 does not support min-height, and because all the content of the 
footer is floated, there is no automatic height. (floated elements are 
'invisible' to their parents).

For IE6, you can add _height:65px; (the underscore will hide it from 
the better browsers).

-- 
Els

______________________________________________________________________
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