http://nailsage.com
I just popped up this small site for a friend and can not figure out why the background image will NOT display in IE but works fine in all the webkit browsers and Firefox. I am stumped! I just got back into the web design gig after a four year hiatus (CSS was new to me). Here is the portion of the code for the area in question:
Any tips? Thanks for any help in advance! -Hugo
I just popped up this small site for a friend and can not figure out why the background image will NOT display in IE but works fine in all the webkit browsers and Firefox. I am stumped! I just got back into the web design gig after a four year hiatus (CSS was new to me). Here is the portion of the code for the area in question:
#main {
background-image: url(images/main2.jpg);
position: relative;
width: 945px;
height: 703px;
top: 45px;
}
Any tips? Thanks for any help in advance! -Hugo