-
Background position ‘bottom’ not working in ie8
I can’t for the life of me get this background image to appear as it should, at the bottom of my page (not window)..
This is my code. It’s for the body tag. I have also tried it in the main container div and it didn’t work there either.
#body2
{
text-align:center;
padding:0;
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
background-color:#000;
background:url(images/golfBG2.jpg) center bottom no-repeat;
}If you want to take a look at the website it’s hrnewseastanglia.com
Any thoughts on this guys? Really would appreciate it if anybody has any hacks or fixes I can make to correct this.