ShootingBlanks
02-04-2008, 10:26 PM
Hello. Can someone please help me understand why this page looks fine in IE7 and Firefox, but not in IE6:
http://www.shootingblanks.net/TEMP/Nevermind/bio.php
You can see that the background image is completely cut off on the left in IE6, and I'm not understanding why. Here's the CSS code for that div:
#bioContent {
background: url(../images/bkgnds/bio.jpg) no-repeat top left;
width: 140px;
min-height: 550px;
float: left;
margin: 0;
padding: 0;
}
Also, there's one other page on the same site that's also behaving oddly only in IE6. The picture is not on the bottom-right like it should be, and it's getting cut off:
http://www.shootingblanks.net/TEMP/Nevermind/news.php
Here is the code for that div, if anyone has suggestions on that one too. Thanks!!!:
#newsContent {
background: url(../images/bkgnds/news.jpg) no-repeat bottom right;
min-height: 400px;
text-align: left;
}
http://www.shootingblanks.net/TEMP/Nevermind/bio.php
You can see that the background image is completely cut off on the left in IE6, and I'm not understanding why. Here's the CSS code for that div:
#bioContent {
background: url(../images/bkgnds/bio.jpg) no-repeat top left;
width: 140px;
min-height: 550px;
float: left;
margin: 0;
padding: 0;
}
Also, there's one other page on the same site that's also behaving oddly only in IE6. The picture is not on the bottom-right like it should be, and it's getting cut off:
http://www.shootingblanks.net/TEMP/Nevermind/news.php
Here is the code for that div, if anyone has suggestions on that one too. Thanks!!!:
#newsContent {
background: url(../images/bkgnds/news.jpg) no-repeat bottom right;
min-height: 400px;
text-align: left;
}