For some reason my background wont desplay on internet explorer. I read other posts and tried to apply the answers they got to my problem but I couldn't seem to get it to work.
Here is my code
body
{
font-size: 76%;
font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
line-height: 1.3;
background-image: url(images/bg.gif), url (images/bg2.gif);
background-repeat: repeat-x, repeat-y;
background-position: bottom, top;
background-attachment: fixed;
background-color: #302e2b;
color: #302e2b;
height: 100%;
}
I hope that's the part you need. I didn't build this and the person who did can't seem to give me any answers.
Thanks in advance,
Joe