Table Row Backgrounds in IE 6 and 7

Ever try to use CSS to specify a background image for table rows?

IE 6 and 7 breaks it. The image is iterated across each <td> in the row. Here’s a simple fix in your CSS:

tr {background: url('image') no-repeat left top; position: relative;}
td {background: none}

Easy.

One Comment

  1. createmo says:

    Thank you for your website :-)
    I made on photoshop backgrounds for myspace or youtube and even more
    my backgrounds:http://tinyurl.com/5b8ksl
    Hope you had a good day and thank you again!

Leave a Reply