Icon_search

Items tagged with "table"

Show:  All  |  News Items  |  Blog Posts

Blog Posts

Need a background-image on a table row?

Nov 17, 2006 by Colin

Don't do it the intuitive way... <table>  <tr style="background: url(/images/tr-background.gif) no-repeat 0 0;">   <td>Row 1</td>   <td>Row 2</td>   <td>Row 3</td>  </tr> </table> ...because it doesn't work in IE6 or Safari, even if you set t...

Tagged: table, background-image, tr, css