What’s wrong in IE


 

Comments


 
Jul 02, 2008 @ 1:01am

At the minute you have:

background: url(img/footerbg.gif)repeat bottom center;

Try:

background: url(img/footerbg.gif) repeat bottom center;

or

background: url(http://dementedturtle.com/img/footerbg.gif) repeat bottom center;

or

background-image:url(img/footerbg.gif);
background-repeat:repeat;
background-position:bottom center;
}

IE can have the strangest of hiccoughs sometimes. Good luck!


 
Jul 12, 2008 @ 1:01am

Noticed it wasn’t fixed yet. I tried out the code and it’s just one small thing:
background: url(img.jpg) repeat top center;

Put a space before the “repeat top center;” and it will work in IE.


Jessica
 
Jul 12, 2008 @ 1:01pm

Thanks you two. I will look into those suggestions. I do hope that they work. If all else fails I willhave Melissa look at it since it is her Nekkid theme.


Jessica
 
Jul 26, 2008 @ 4:04pm

I added the fixes & both of you where right. Thanks so much!



 

Post a Comment