Kimi,

I saw Bradley's comments to you, but thought I'd throw in my two cents.

>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 .

You have in your .css:
#footer {
                position: absolute;
                bottom: 0;

Try adding
                left: 3px; /* to help with IE6 */

>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]?

Like Bradley, it look fine to me, but I noticed in your style.css for
"body":
        background: #C6CB81 url('/grfx/blubg.gif') 0 0 repeat;
Should you use?:
        background: #C6CB81 url('grfx/blubg.gif') 0 0 repeat;

Good luck!

Trena Tusé
Testarossa Web Design <http://www.testarossawebdesign.com/> 


______________________________________________________________________
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