Hi, I’m Immacula, I working on my webpage which is a table of 4 rows, at the 3rd row I attached a background image with an external CSS style an it works (.middle {
background-image: url(Images/Middle.jpg);
},
but when I try to attached a diffrent background image in the 4th row with an another external CSS style my image appeared in firefox but not in iexplore (.butback {
background-image: url(Images/Buttom.jpg);
background-repeat: no-repeat;.
Could someone tell me why it doesn’t work, and how to solve that problem.
(forgive my english)
Thank you.