IE fails to repeat background image in a modified Blogger page

MaryK

New Member
Please bear with me as I'm fairly new to hand coding my web pages. I applied my CSS and HTML from the website I created to skin a Blogger page to match look and feel. Everything appears fine when testing in FireFox release 17.0.1, but the background for my div #body_wrap fails to repeat more than a few times in IE 8. I'm probably missing something simple, but I would appreciate any help in determining the cause. I would like to know if it's IE related or just poor code that FireFox is picking up the slack on.Here is the link to the blog:http://www.zenmotostore.blogspot.com/Here is the CSS for the div containers involved:\[code\] #body_wrap { width: 1074px; margin: 0px auto; padding: 0px; position: relative; background: url(http://www.zenmotostore.com/images/repeat_bgd_shadow_blog.png) top repeat-y; clear: both; } #body_content_wrap { width: 984px; margin: 0px 45px 0px 45px; padding: 0px; padding-bottom: 7px; background: #000000; position: relative; clear: both; } #scrollofzen_header { width: 983px; height: 191px; margin: 0px 0px 0px 0px; padding: 0px; background: #000000 url(http://www.zenmotostore.com/images/scroll_of_zen_header.jpg) top center no-repeat; position: relative; clear: both; }\[/code\]The div #scrollofzen_header sits above the Blogger content code in the HTML. Both are contained in the #body_content_wrap div.Let me know if I need to include more code here on the post. Thanks in advace for any help you might have!
 
Back
Top