Here's a sample file of what I'm trying to do.

http://www.serpentvenom.com/results.htm

If you look at it on FF, it looks great. IE is another matter.

The problem is that the background image of the td is overriding the 
background image set for the tr.

If I remove the background property rule for the td's, the tr background 
image becomes visible but is repeated for each child td (except the 
first which inherits from another rule.

http://www.serpentvenom.com/results2.htm

I did some research at w3.org and it seems to me that the tr should be a 
block-level element that contains child block-level elements (td's 
and/or th's). So the background image set for the tr should display only 
once if repeat is set to no-repeat. Even the MSDN site seems to infer 
that this is the expected behavior. But it seems that this is not the 
case. Is this yet another bug for MS to fix or has anyone found a 
solution to this?

Many thanks,

Michael Wong
______________________________________________________________________
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/

Reply via email to