Show: All | News Items | 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...