Please validate your XHTML and CSS before posting to the list. Many problems posted to this list can be solved by simply validating. That said, the CSS validator[1] points directly to your problem:
background: url(images/bg.gif) repeat x; Should be: background: url(images/bg.gif) repeat-x; Regards, Tyson Tate [1] http://jigsaw.w3.org/css-validator/ -- Tyson Tate * Graphic Designer, CalPoly Library * Assistant Librarian & Member, Mustang Band * Team Member, CalPoly Triathlon Team * Webmaster & Active, Kappa Kappa Psi * Editor, Entropy Magazine * Freelance Graphic Designer On Feb 6, 2006, at 1:12 PM, Zellie D. McClelland wrote: > Apologies for my neophyte status. > > I now am having difficulty getting my background image to appear > in a content div. > > http://www.zdsign.com/gwp/new2.html > http://www.zdsign.com/gwp/new2.css > > Can anyone recommend the best CSS guide book? > > Thank you ever so much. > > ______________________________________________________________________ > css-discuss [EMAIL PROTECTED] > http://www.css-discuss.org/mailman/listinfo/css-d > IE7b2 testing hub -- 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/ > ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- 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/
