CSS problem - TechRepublic
Question
February 20, 2008 at 07:28 AM
immaculate_m_t

CSS problem

by immaculate_m_t . Updated 18 years, 4 months ago

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.

This discussion is locked

All Comments