Hi,
I have an issue viewing my site in IE(win) and FF(win) OFCOURSE…Looks perfect in FF(mac) and Safari(mac). So, I know some will complain about using tables but i just had to when I couldn’t get it working solely in CSS div’s. So I have a div called “middle-one-2column” where a table is in it. I have two cells and i want a bkg showing in the back. The background’s name is: JPG/bkg_leftt_2column.jpg.
As I said, it looks good in MAC environment! But when I view it in PC the bkg is not showing. the color #333333 is visible. The source code below is showing me laying the bkg I want as the table bkg. However, I have tried putting the bkg as the div bkg but it is not even showing up.
<div class=“middle-copy” id=“middle-one-2column”>
<table width=“770” height=“171” border=“0” cellpadding=“20 px” cellspacing=“0” background=“JPG/bkg_leftt_2column.jpg” bgcolor=“333333”>
<tr>
<td align=“left” valign=“top”><img src=“PNG/careers_icon.png” width=“206” height=“31” /><br />
<br />
<em><strong>Customer Support</strong></em> - We are currently looking for Swedish, Danish, Norwegian and Spanish Speaking Staff to join our growing Customer Care and Retention teams. Anyone applying for a position with iWantHelp must also speak English in accordance with our Client agreements.<br />
<br />
If you are interested in working for iWantHelp, <a href=“mailto:”>click here</a>. </td>
<td width=“204” align=“left” valign=“top”><img src=“PNG/theteam_icon.png” width=“206” height=“31” /><br />
<br />
We see the people working at iWantHelp as being apart of a team. A group of people striving towards one goal… <br />
<br />
<a href=“the-team.htm”>Read More</a></td>
</tr>
</table>
</div>
THIS WOULD BE THE DIV CODE:
#middle-one-2column {
width:100%;
height:170px;
clear: both;
background-image:#333333 url(jpg/bkg_leftt_2column.jpg);
}
If you need more info please let me know. Sorry if this is a stupid question hehe. Thanks
.m