Sometimes backgrounds will be visible using firefox but not IE7 which makes you wonder…. why?
The reason is pretty simple. CSS needs to be perfect for IE to understand them.
A perfect example would be.
body{
background:#fff url(picture.jpg)no-repeat;
}
That piece of CSS will work on Firefox but not on IE7 (funny thing is that it MIGHT work on IE7 but [...]













