Background image does not show — ASP.NET

Pedsempoperry

New Member
I am using ASP.NET Express to work on a site at cardinal14all.org. When viewing the site in Design Mode, the background image shows fine, but not in the browser. HTML:\[code\]<div id="content-wrap" >\[/code\]CSS:\[code\]#content-wrap {width: 1040px;margin: 0 auto;background: url('../Images/backingImage.png') repeat-y left top;}\[/code\]I've checked some other answers that relate to Forms Authentication and I'm not using that here so any help is appreciated.
 
Back
Top