We're busy adding support for Internet Explorer 6, but if you've been considering an upgrade you can upgrade Internet Explorer, or download Firefox for free.
Our site is best viewed on standards-compliant browsers: Firefox, Safari, Internet Explorer 7.0+, etc.
Show: All | News Items | Blog Posts
There are no news releases with that tag.
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...