Could someone tell me whats wrong with this CSS?
.tabbb {
background-image:url('images/background_compass.gif');
background-repeat: no-repeat;
}
All the CSS works fine without this bit of code. When I add it, my page looks fine in firefox but some of my CSS disappears in IE.
Anyone know why?