Link to home
Start Free TrialLog in
Avatar of Amita
Amita

asked on

Netscape & Macintosh problem ?

I am using an Image as a background of a table.And then building more tables inside that table to display some data at particular places of the background image.But the whole thing gets distorted in Macintosh & Netscape...but works well in IE....Does using an image as a background of table creates the problem ? Soultion for it ?
Avatar of gator4life
gator4life

Could you post the code you are using?  It is hard to figure out what you are looking at when we have nothing to look at! ;-)

gator4life
(chomp, chomp)
Avatar of Amita

ASKER

The Code goes like this...

<TABLE WIDTH="555" BORDER="0" CELLSPACING="0" CELLPADDING="0" style="background-image:url('images/screenshots/placement2.gif');" HEIGHT="500">
<TR height="35%">
      <TD width="82%" HEIGHT="94">&nbsp;
      </TD>
      <TD width="18%" HEIGHT="94">&nbsp;
      </TD>
</TR>
<TR height="43%"> <!--2nd Row-->
      <TD width="82%">
            <table cellspacing="0" cellpadding="0" border="0" width="100%" height="100%">
            <tr height="78%">
                  <td colspan="2">
                        <table cellspacing="0" cellpadding="0" width="100%" border="0" height="100%">
                        <tr>
                              <td width="71%">&nbsp;
                                    
                              </td>
                              <td width="29%" align="center" valign="top">
                                    <br>
                                    <br>&nbsp;
                                    <table cellspacing="0" cellpadding="0" border="0" width="85%" height="45">
                                    <tr> <td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
      <% if ((cint(PageId) = 12) or (cint(PageId) = 17)) then %> <b>1000 Imp</b> <% else %>                              
                                    <b>1 Month</b> <% end if %>
</font> </td><td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if not rsBanner7.EOF then %> <b>$<%=Round(rsBanner7("OneMonth"),1)%></b> <% end if %> </font>
</td></tr> <tr> <td> <font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#908C8E">
<% if ((cint(PageId) = 12) or (cint(PageId) = 17)) then %> <b>2000 Imp</b> <% else %>
<b>3 Months</b>
<% end if %>
</font> </td><td> <font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#908C8E">
<% if not rsBanner7.EOF then %> <b>$<%=Round(rsBanner7("ThreeMonths"),1)%></b> <% end if %> </font>
</td></tr> <tr> <td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if ((cint(PageId) = 12) or (cint(PageId) = 17)) then %> <b>3000 Imp</b> <% else %>
<b>6 Months</b>
<% end if %>
</font> </td><td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if not rsBanner7.EOF then %> <b>$<%=Round(rsBanner7("SixMonths"),1)%></b> <% end if %> </font>
</td></tr> <tr> <td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if ((cint(PageId) = 12) or (cint(PageId) = 17)) then %> <b>4000 Imp</b> <% else %>
<b>1 Year</b>
<% end if %>
</font> </td><td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if not rsBanner7.EOF then %> <b>$<%=Round(rsBanner7("OneYear"),1)%></b> <% end if %> </font>
</td></tr>
                                    </table>
                              </td>
                        </tr>      
                        </table>
                  </td>
            </tr>      
            <tr height="22%">
                  <td width="22%" align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#F8050E">
                  <% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
                  Banner 6
                  <% end if %>
                  </font>
                        <table cellspacing="0" cellpadding="0" width="93%" border="0">
                         
<tr> <td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if ((cint(PageId) = 12) or (cint(PageId) = 17)) then %>
&nbsp;
<% else %>
<b>1 Month</b>
<% end if %>
</font> </td><td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
<% if not rsBanner6.EOF then %> <b>$<%=Round(rsBanner6("OneMonth"),1)%></b> <% end if %>
<% end if %>
</font>
</td></tr> <tr> <td> <font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#908C8E">
<% if ((cint(PageId) = 12) or (cint(PageId) = 17)) then %> &nbsp; <% else %>
<b>3 Months</b>
<% end if %>
</font> </td><td> <font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#908C8E">
<% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
<% if not rsBanner6.EOF then %> <b>$<%=Round(rsBanner6("ThreeMonths"),1)%></b> <% end if %>
<% end if %>
</font>
</td></tr> <tr> <td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if ((cint(PageId) = 12) or (cint(PageId) = 17)) then %> &nbsp; <% else %>
<b>6 Months</b>
<% end if %>
</font> </td><td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
<% if not rsBanner6.EOF then %> <b>$<%=Round(rsBanner6("SixMonths"),1)%></b> <% end if %>
<% end if %>
</font>
</td></tr> <tr> <td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if ((cint(PageId) = 12) or (cint(PageId) = 17)) then %> &nbsp; <% else %>
<b>1 Year</b>
<% end if %>
</font> </td><td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
<% if not rsBanner6.EOF then %> <b>$<%=Round(rsBanner6("OneYear"),1)%></b> <% end if %>
<% end if %>
</font>
</td></tr> </table>
                  </td>
                  <td width="78%">&nbsp;
                        
                  </td>
            </tr>
            </table>
      </TD>
      <TD width="18%" valign="top" height="78%" align="right">
<table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="68" VALIGN="middle" ALIGN="CENTER">
<font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#F8050E">
<% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
Banner 1
<% end if %>
</font> <table cellspacing="0" cellpadding="0" width="100%" border="0" HEIGHT="42">
<tr> <td> <FONT FACE="Verdana, Arial, Helvetica, sans-serif" SIZE="1" color="#908C8E">
<% if ((cint(PageId) = 12) or (cint(PageId) = 17)) then %>
&nbsp;
<% else %>
<b>1 Month</b>
<% end if %>
</FONT> </td><td> <FONT FACE="Verdana, Arial, Helvetica, sans-serif" SIZE="1" color="#908C8E">
<% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
<% if not rsBanner1.EOF then %> <b>$<%=Round(rsBanner1("OneMonth"),1)%></b> <% end if %>
<% end if %>
</FONT>
</td></tr> <tr> <td HEIGHT="13"> <FONT SIZE="1" FACE="Verdana, Arial, Helvetica, sans-serif" color="#908C8E">
<% if ((cint(PageId) = 12) or (cint(PageId) = 17)) then %> &nbsp; <% else %>
<b>3 Months</b>
<% end if %>
</FONT> </td><td HEIGHT="13"> <FONT SIZE="1" FACE="Verdana, Arial, Helvetica, sans-serif" color="#908C8E">
<% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
<% if not rsBanner1.EOF then %> <b>$<%=Round(rsBanner1("ThreeMonths"),1)%></b> <% end if %>
<% end if %>
</FONT>
</td></tr> <tr> <td> <FONT FACE="Verdana, Arial, Helvetica, sans-serif" SIZE="1" color="#908C8E">
<% if ((cint(PageId) = 12) or (cint(PageId) = 17)) then %> &nbsp; <% else %>
<b>6 Months</b>
<% end if %>
</FONT> </td><td> <FONT FACE="Verdana, Arial, Helvetica, sans-serif" SIZE="1" color="#908C8E">
<% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
<% if not rsBanner1.EOF then %> <b>$<%=Round(rsBanner1("SixMonths"),1)%></b> <% end if %>
<% end if %>
</FONT>
</td></tr> <tr> <td HEIGHT="7"> <FONT FACE="Verdana, Arial, Helvetica, sans-serif" SIZE="1" color="#908C8E">
<% if ((cint(PageId) = 12) or (cint(PageId) = 17)) then %> &nbsp; <% else %>
<b>1 Year</b>
<% end if %>
</FONT> </td><td HEIGHT="7"> <FONT FACE="Verdana, Arial, Helvetica, sans-serif" SIZE="1" color="#908C8E">
<% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
<% if not rsBanner1.EOF then %> <b>$<%=Round(rsBanner1("OneYear"))%></b> <% end if %>
<% end if %>
</FONT>
</td></tr> </table></td></tr> <tr> <td> <DIV ALIGN="CENTER"> <FONT FACE="Verdana, Arial, Helvetica, sans-serif" SIZE="1" color="#F8050E">
<br>
<% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
Banner 2
<% end if %>
</FONT> </DIV><TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%" BORDER="0">
<TR> <TD> <FONT FACE="Verdana, Arial, Helvetica, sans-serif" SIZE="1" color="#908C8E">
<% if ((cint(PageId) = 12) or (cint(PageId) = 17)) then %> &nbsp; <% else %>
<b>1 Month</b>
<% end if %>
</FONT> </TD><TD> <FONT FACE="Verdana, Arial, Helvetica, sans-serif" SIZE="1" color="#908C8E">
<% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
<% if not rsBanner2.EOF then %> <b>$<%=Round(rsBanner2("OneMonth"))%></b> <% end if %>
<% end if %>
</FONT>
</TD></TR> <TR> <TD> <FONT SIZE="1" FACE="Verdana, Arial, Helvetica, sans-serif" color="#908C8E">
<% if ((cint(PageId) = 12) or (cint(PageId) = 17)) then %> &nbsp; <% else %>
<b>3 Months</b>
<% end if %>
</FONT> </TD><TD> <FONT SIZE="1" FACE="Verdana, Arial, Helvetica, sans-serif" color="#908C8E">
<% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
<% if not rsBanner2.EOF then %> <b>$<%=Round(rsBanner2("ThreeMonths"),1)%></b> <% end if %>
<% end if %>
</FONT>
</TD></TR> <TR> <TD> <FONT FACE="Verdana, Arial, Helvetica, sans-serif" SIZE="1" color="#908C8E">
<% if ((cint(PageId) = 12) or (cint(PageId) = 17)) then %> &nbsp; <% else %>
<b>6 Months</b>
<% end if %>
</FONT> </TD><TD> <FONT FACE="Verdana, Arial, Helvetica, sans-serif" SIZE="1" color="#908C8E">
<% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
<% if not rsBanner2.EOF then %> <b>$<%=Round(rsBanner2("SixMonths"),1)%></b> <% end if %>
<% end if %>
</FONT>
</TD></TR> <TR> <TD HEIGHT="11"> <FONT FACE="Verdana, Arial, Helvetica, sans-serif" SIZE="1" color="#908C8E">
<% if ((cint(PageId) = 12) or (cint(PageId) = 17)) then %> &nbsp; <% else %>
<b>1 Year</b>
<% end if %>
</FONT> </TD><TD HEIGHT="11"> <FONT FACE="Verdana, Arial, Helvetica, sans-serif" SIZE="1" color="#908C8E">
<% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
<% if not rsBanner2.EOF then %> <b>$<%=Round(rsBanner2("OneYear"),1)%></b> <% end if %>
<% end if %>
</FONT>
</TD></TR> </TABLE></td></tr> <tr> <td height="60"> <div align="center"> <font face="Arial, Helvetica, sans-serif" size="1" color="#F8050E">
<br>
<% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
Banner 3
<% end if %>
<br> </font> </div><table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr> <td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if ((cint(PageId) = 12) or (cint(PageId) = 17)) then %> &nbsp; <% else %>
<b>1 Month</b>
<% end if %>
</font> </td><td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
<% if not rsBanner3.EOF then %> <b>$<%=Round(rsBanner3("OneMonth"),1)%></b> <% end if %>
<% end if %>
</font>
</td></tr> <tr> <td> <font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#908C8E">
<% if ((cint(PageId) = 12) or (cint(PageId) = 17)) then %> &nbsp; <% else %>
<b>3 Months</b>
<% end if %>
</font> </td><td> <font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#908C8E">
<% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
<% if not rsBanner3.EOF then %> <b>$<%=Round(rsBanner3("ThreeMonths"),1)%></b> <% end if %>
<% end if %>
</font>
</td></tr> <tr> <td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if ((cint(PageId) = 12) or (cint(PageId) = 17)) then %> &nbsp; <% else %>
<b>6 Months</b>
<% end if %>
</font> </td><td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
<% if not rsBanner3.EOF then %> <b>$<%=Round(rsBanner3("SixMonths"),1)%></b> <% end if %>
<% end if %>
</font>
</td></tr> <tr> <td HEIGHT="13"> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if ((cint(PageId) = 12) or (cint(PageId) = 17)) then %> &nbsp; <% else %>
<b>1 Year</b>
<% end if %>
</font> </td><td HEIGHT="13"> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
<% if not rsBanner3.EOF then %> <b>$<%=Round(rsBanner3("OneYear"),1)%></b> <% end if %>
<% end if %>
</font>
</td></tr> </table></td></tr> <tr> <td height="70"> <DIV ALIGN="CENTER"> <font face="Arial, Helvetica, sans-serif" size="1" color="#F8050E">
<br>
<% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
Banner 4
<% end if %>
<br> </font> </DIV>
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr> <td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if ((cint(PageId) = 12) or (cint(PageId) = 17)) then %> &nbsp; <% else %>
<b>1 Month</b>
<% end if %>
</font> </td><td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
<% if not rsBanner4.EOF then %> <b>$<%=Round(rsBanner4("OneMonth"),1)%></b> <% end if %>
<% end if %>
</font>
</td></tr> <tr> <td> <font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#908C8E">
<% if ((cint(PageId) = 12) or (cint(PageId) = 17)) then %> &nbsp; <% else %>
<b>3 Months</b>
<% end if %>
</font> </td><td> <font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#908C8E">
<% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
<% if not rsBanner4.EOF then %> <b>$<%=Round(rsBanner4("ThreeMonths"),1)%></b> <% end if %>
<% end if %>
</font>
</td></tr> <tr> <td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if ((cint(PageId) = 12) or (cint(PageId) = 17)) then %> &nbsp; <% else %>
<b>6 Months</b>
<% end if %>
</font> </td><td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
<% if not rsBanner4.EOF then %> <b>$<%=Round(rsBanner4("SixMonths"),1)%></b> <% end if %>
<% end if %>
</font>
</td></tr> <tr> <td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if ((cint(PageId) = 12) or (cint(PageId) = 17)) then %> &nbsp; <% else %>
<b>1 Year</b>
<% end if %>
</font> </td><td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
<% if not rsBanner4.EOF then %> <b>$<%=Round(rsBanner4("OneYear"),1)%></b> <% end if %>
<% end if %>
</font>
</td></tr> </table></td></tr> </table></TD></TR>

<tr height="22%"><!--3rd row-->
      <td width="100%" align="center" colspan="2" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#F8050E">
      <% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
      Banner 5
      <% end if %>
      </font>
            <table cellspacing="0" cellpadding="0" width="18%" border="0">
<tr> <td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if ((cint(PageId) = 12) or (cint(PageId) = 17)) then %> &nbsp; <% else %>
<b>1 Month</b>
<% end if %>
</font> </td><td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
<% if not rsBanner5.EOF then %> <b>$<%=Round(rsBanner5("OneMonth"),1)%></b> <% end if %>
<% end if %>
</font>
</td></tr> <tr> <td> <font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#908C8E">
<% if ((cint(PageId) = 12) or (cint(PageId) = 17)) then %> &nbsp; <% else %>
<b>3 Months</b>
<% end if %>
</font> </td><td> <font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#908C8E">
<% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
<% if not rsBanner5.EOF then %> <b>$<%=Round(rsBanner5("ThreeMonths"),1)%></b> <% end if %>
<% end if %>
</font>
</td></tr> <tr> <td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if ((cint(PageId) = 12) or (cint(PageId) = 17)) then %> &nbsp; <% else %>
<b>6 Months</b>
<% end if %>
</font> </td><td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
<% if not rsBanner5.EOF then %> <b>$<%=Round(rsBanner5("SixMonths"),1)%></b> <% end if %>
<% end if %>
</font>
</td></tr> <tr> <td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if ((cint(PageId) = 12) or (cint(PageId) = 17)) then %> &nbsp; <% else %>
<b>1 Year</b>
<% end if %>
</font> </td><td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#908C8E">
<% if ((cint(PageId)<>12) and (cint(PageId)<>17)) then %>
<% if not rsBanner5.EOF then %> <b>$<%=Round(rsBanner5("OneYear"),1)%></b> <% end if %>
<% end if %>
</font>
</td></tr> </table>
      </td>
</tr>
</TABLE>
ASKER CERTIFIED SOLUTION
Avatar of Shaun_Gillon
Shaun_Gillon

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial