Hello all,
Here is my problem... My background & header image is missing when viewing blog on "Internet Explorer 5.2 MAC" It shows up fine on all other browsers so far.
http://www.JesseGunzel.com/blog
Here is my code in the Style sheet file:
body {
font-size: 62.5%; /* Resets 1.2em to 12px */
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;':
background-color:#ffffff;
background-image: url('http://www.jessegunzel.com/blog/wp-content/themes/default/images/kubrickbgcolor.jpg');
color: #333;
text-align: center;
}
#header {
background: #ffffff url('http://www.jessegunzel.com/blog/wp-content/themes/default/images/city_skyline.jpg') no-repeat bottom center;
}
Any suggestions? I can't seem to figure this out.
Thank you.