Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

back ground image

Status
Not open for further replies.

DeSn

Programmer
Nov 20, 2001
111
BE
Hi,

This is the html code:

<td class=&quot;subtable_left&quot;> </td>
<td class=&quot;subtable&quot;>
<table>
<tr><td><a href=&quot;javascript:startRegistratie();&quot; class=&quot;link&quot;>. Registratie van een milieuklacht</a></td></tr>
<tr><td colspan=&quot;3&quot;> </td></tr>
<tr><td><a href=&quot;gklaczfr.jsp?modeURL=opzoeken&quot; class=&quot;link&quot;>. Opzoeken van een bestaande klacht</a></td></tr>
<tr><td colspan=&quot;3&quot;> </td></tr>
<tr><td><a href=&quot;ginstzfr.jsp?parentURL=main&quot; class=&quot;link&quot;>. Opzoeken instanties (bedrijven/overheden)</a></td></tr>
<tr><td colspan=&quot;3&quot;> </td></tr>
<tr><td><a href=&quot;../algemeen/gpaswipg.jsp?parentURL=main&kindURL=afmelden&quot; class=&quot;link&quot;>. Afmelden</a></td></tr>
</table>
</td>
<td class=&quot;subtable_right&quot;> </td>


This is one of the styles (they are all similar):
td.subtable_left
{
background-image:url(../gif/subtable_left.gif);
}


When I view this in IE, I see a nice box around my table, when I view this in Netscape 4.79, the left and right are empty. Anyone?
 
NN4.7 is notoriously flaky when it comes to implementing CSS. It probably just doesn't like background images in table cells.

I wouldn't lose any sleep over it - hardly anybody still uses NN, and the site's still (I assume) usable without those images, just less pretty.

-- Chris Hunt
 
Im surprised that anyone still uses that awful browser.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top