Topic: Please help me solve this CSS bug
My website is http://keilmiller.com and it's created using html5 and css3/sass. I added the html5shim. It renders well in safari 5.1 (tested) and IE 9 (http://ipinfo.info/netrenderer/). The background image or color for #content isn't showing at up at all on safari 5.05 (tested) and it shows up as two tiny cubes in IE 8 (http://ipinfo.info/netrenderer/). I have no idea whats going on. Your help would be appreciated!
#content {
background: $green url('/assets/background.png') center top repeat-y;
min-height: 460px;
padding-bottom: 1px;
width: 100%;
}
How its rendered using Safari 5.1 and IE 9
How it's rendered using IE 8