Client.css hosted on another server.
td { background: none transparent scroll repeat 0% 0%; }
Can I override this for IE7?
I’m trying to remove the background property on this element. The background forces everything in IE7 to be invisible on <tr> and <td> elements, as I don’t think it allows this in IE7.
In my stylesheet I can override the specific client style be defining the particular class and then the td which will override the clients style.
inside my linked stylesheet