Mark Finney wrote: > Dear List, > > I have a table theading (thead>tr>th) which has a background image set on > the tr. I also have a small arrow image set as a background image to a link > in each th to indicate the direction of sort. In FF all works as expected, > however in IE6+7 oon XP (all I have tested thus far) the th has a white bg > which hides the tr background. > > I haven't found anything written on this yet, anybody know how I can make > that th background transparent? Or any articles about this? > > The arrow image is set like this: > > background: transparent url(../images/arrow.png) right center no-repeat; > > Thanks, > > Mark
Check your CSS and see if you have this. background: transparent url(../images/arrow.png)right center no-repeat; There is no whitespace between "png)right" and this would cause IE5~IE7 to throw such a background string out. Can you put up a live test case showing the problem? Alan http://css-class.com/test/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
