
Misaligned background-image in IE7
I've posted an image of the issue I'm having in IE7. It looks like it is shifting the image 1px both left and top to the images. I tried using the same background declaration using -pie-background, but that just made the image disappear.
CSS
Code:
.mobileWolfBox {border:2px solid #696666; background:url(images/mobilewolf-logo.png) no-repeat 320px 65px; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; behavior: url(/PIE.htc); position:relative; padding: 5px 0 5px 155px; margin-bottom:35px; top:20px; }
HTML
Code:
<div class="mobileWolfBox">
<div class="iPhoneImage"></div>
<h4>Mobile Search</h4>
<p>Text: <span>KSHOME</span> To: <span>32323</span> and shop for a home from your mobile phone!</p>
<a href="#" class="sidebarButton">Learn More</a>
</div><!--mobileWolfBox-->
This may be something that has been seen before, but I couldn't find any mention of it using the search.