Carol Huddleston wrote: > I have a horizontal nav bar at the bottom of this page that I'm > trying to get below the white area in the background image. I've got > it to look okay on browsers on the Mac, but all of the Windows > browsers show the bar either too high or too low: > > http://www.prairiedreamstudio.com/testindex.html
Somewhat negative answer: you can't make it hit the bottom of the background-image across browsers and OSes, since "height" depends on font-size - which is a variable you can only control to a certain degree. Better answer, I think: it can be made to _appear_ as you want, in all browsers and on all OSes... <http://www.gunlaug.no/tos/alien/ch/test_08_0926.html> The addition of... #container {background-color: #fff;} #footer { background-color: #221930; padding: 1px 0;} ...will give your page the right appearance. Adjust margins on the paragraph inside #footer till it suits your taste, since its margins are now contained in #footer. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ 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/