Re: [css-d] [how to] tr background-image or block inheritance ?

2006-01-26 Thread Bru, Pierre
Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Bru, Pierre > Sent: Wednesday, January 25, 2006 5:21 PM > To: css-d@lists.css-discuss.org > Subject: Re: [css-d] [how to] tr background-image or block > inheritance ? > > > this migh

Re: [css-d] [how to] tr background-image or block inheritance ?

2006-01-25 Thread Bru, Pierre
> this might work for you (but won't in ie. not sure how important that > one is to you) unfortunatly, I need IE too :( BTW, I do not think this solution would allow the image in the 1st cell to span over the other cells. that's why I was looking for a bagground-image attached to the tr node. >

Re: [css-d] [how to] tr background-image or block inheritance ?

2006-01-25 Thread Nick Fitzsimons
> Albeit a "noisier" solution, you can assign a "first" class to the first > cell in each row, or make them table headers (th). > Note that you should only make them elements if they are, in fact, header cells. E.g. - | Monday | data | data | - |

Re: [css-d] [how to] tr background-image or block inheritance ?

2006-01-25 Thread Mark Canlas
Albeit a "noisier" solution, you can assign a "first" class to the first cell in each row, or make them table headers (th). On 1/25/06, Bru, Pierre <[EMAIL PROTECTED]> wrote: > > hello, > > to put an icon at the begining of every line in a table and be able to > change it easily, I defined the fol

Re: [css-d] [how to] tr background-image or block inheritance ?

2006-01-25 Thread cj
this might work for you (but won't in ie. not sure how important that one is to you) tr.close { background: #dadada; background-image: url(./images/icon_close.gif); background-repeat: no-repeat; } tr.open { background: #f0f0f0; background-image: url(./images/icon_open.gif); background-repea

[css-d] [how to] tr background-image or block inheritance ?

2006-01-25 Thread Bru, Pierre
hello, to put an icon at the begining of every line in a table and be able to change it easily, I defined the following: tr.close { background: #dadada; background-image: url(./images/icon_close.gif); background-repeat: no-repeat; } tr.open { background: #f0f0f0; background-image: url(.