I am having an issue where my background image is not showing up in IE8, CSS: #content{ background-image: url(images/mainbg.png) repeat-y; width:800px; padding-left:100px; padding-right:100px; } anyone see anything wrong?
It might either be related to the background image itself, or the fact that your #content has no height specified. Either set a fixed height, or try float:left; if applicable.