> But, there is still a margin below the footer, even
> though I have set it to 'zero' pixels.

I think the body has padding. Try:

body { padding:0; }

and see what happens.

If all else fails kill everything:

* { margin:0; padding:0; border:none; }

--
--
Christian Montoya
christianmontoya.com ... rdpdesign.com ... cssliquid.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to