On 30/11/2006 16:26, Kim Brooks Wei wrote:
> 
> One:    How do I get the footer to snug up to the bottom of either 
> the content or box divs?
>               I've been able to get this to work in IE 5 Mac using 
> absolute or relative positioning but  this doesn't work in either 
> Safari or FF .

Add:
position: relative;
to:
#box {...}

This causes the positioning of child elements to be set relative to this 
box rather than the whole viewport (bottom:0; is making it hit the 
bottom of the page right now).

> Two:    I have a semi-transparent bg image laid over a bg color. In 
> Safari and FF  I get the effect I want: the bg color shows through 
> the image and I get a nice textured effect. But this doesn't work in 
> IE. Can I change my code to make it work, or will I need to change my 
> graphic [bg]?

Seem to work in IE6 for me--I'm not sure what you mean?
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to