Using the Firefox web developer tools I added a top and bottom negative margin on the #wrapper and it fixed it in Firefox. I haven't tested in IE. Don't know if this is the best or proper approach, and I don't really know why the stated margins of 0 shouldn't have worked. Some of the true experts on here could probably shed some light.
#wrapper { background: url('texture7085227.jpg'); padding: 20px; width: 720px; margin: 0 auto; margin-bottom:-16px; (<added) margin-top:-23px; (<added) text-align: left; } On Mon, Mar 3, 2008 at 4:12 PM, Christie <[EMAIL PROTECTED]> wrote: > Hello group, > > I am new to CSS in web design and have a pretty basic question but am > unsure > about the best way to solve the problem. Here is the page I am building: > > http://www.arabian-horses-west.com/test.html > > I would like the very top and very bottom graphics to touch the middle so > that it is all connected. Here is a link to the CSS: > > http://www.arabian-horses-west.com/testcss.html > > Any help would be greatly appreciated. > > Thank You, > Christie > > ______________________________________________________________________ > 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/ > ______________________________________________________________________ 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/