Jump to content

Background image in IE


mandy1111

Recommended Posts

Okay, hopefully this one is as easy to solve as the last prob. How come my table cell background images don't show up in Internet Explorer?Here is the link to my site: My WebpageOn the collections page I could only get the bkgd to show up on the first table cell...?Here's the code:

  <table width="600" border="0" cellspacing="0" cellpadding="5">   <tr>     <td colspan="3" align="left" valign="top" class="style1"><em>Collections</em></td>   </tr>   <tr>     <td height="25" colspan="3" align="left" valign="top">  </td>   </tr>   <tr align="center" valign="middle" bgcolor="#996666">     <td height="30" bgcolor="#996666"><span class="collections"><a href="malibuteakslideshow/malibu.html" target="mainFrame">Malibu</a></span></td>     <td height="30"><span class="collections"><a href="malibuteakslideshow/malibu.html" target="mainFrame" class="collections">Malibu Teak</a></span></td>     <td height="30"><span class="collections"><a href="malibuteakslideshow/malibu.html" target="mainFrame">La Jolla</a></span></td>   </tr>   <tr align="center" valign="top" background="images/collections/bkgd.jpg">     <td height="230"><p class="collections"><a href="malibuteakslideshow/malibu.html" target="mainFrame"><img src="images/collections/malibu-01.jpg" width="195" height="220" border="0"></a></p>         </td>     <td height="230"><p class="collections"><a href="malibuteakslideshow/malibu.html" target="mainFrame"><img src="images/collections/malibuteak-01.jpg" width="195" height="220" border="0"></a></p>         </td>     <td height="230"><p class="collections"><a href="malibuteakslideshow/malibu.html" target="mainFrame"><img src="images/collections/lajolla-01.jpg" width="195" height="220" border="0"></a></p>         </td>   </tr>   <tr align="left" valign="top" bgcolor="#EEF3E5" background="images/collections/bkgd2.jpg">     <td><p align="justify" class="style4">Quis autem vel eum iure reprehenderit qui in ea voluptate at vero eos et accusamus et iusto odio. Quis nostrum exercitationem magnam aliquam quaerat voluptatem. Et quasi architecto beatae vitae id quod maxime placeat facere possimus, ut aut reiciendis voluptatibus maiores alias. </p></td>     <td><div align="justify"><span class="style4">Quis autem vel eum iure reprehenderit qui in ea voluptate at vero eos et accusamus et iusto odio. Quis nostrum exercitationem magnam aliquam quaerat voluptatem. Et quasi architecto beatae vitae id quod maxime placeat facere possimus, ut aut reiciendis voluptatibus maiores alias. </span></div></td>     <td><div align="justify"><span class="style4">Quis autem vel eum iure reprehenderit qui in ea voluptate at vero eos et accusamus et iusto odio. Quis nostrum exercitationem magnam aliquam quaerat voluptatem. Et quasi architecto beatae vitae id quod maxime placeat facere possimus, ut aut reiciendis voluptatibus maiores alias. </span></div></td>   </tr>   <tr>     <td height="25" colspan="3" align="left" valign="top">  </td>   </tr>

XO :)

Link to comment
Share on other sites

A background image should not be added in a <tr> tag. In order to have a background image in the background of your 3 cells you can create a table within that bottom cell where you put your 3 cells with your pictures and set your background image in the <table> tag.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...