I've got a really wierd problem. I've got a division and I need to give it a background image at the bottom, but the image doesn't seem to work in IE8.
When I load the page, I sometimes see the image for an istant before it gets cut off.
The code for the image is:
Can anyone help me. I've nearly driven myself insane trying to sort this.
When I load the page, I sometimes see the image for an istant before it gets cut off.
The code for the image is:
Code:
background: #d1e2fe url([I]my_path[/I]/[I]my_image[/I].png) no-repeat center bottom;
Comment