[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Browser Incompatibility
> It has been brought to me attention that the site we have in development
> looks pretty good in IE 5.5, 6.0 and NS 7 but with Netscape 4.7x, there
> are several locations where the contents of tables, some being
> controlled by CSS, are not rendering.
>
> An example is this row which is not rendering:
>
> <tr class="contentbar1">
> <td colspan="9"> Low Cost Miniature SMA Fixed Attenuators</td>
> </tr>
>
> and this row which does:
>
> <tr>
> <td width="75%" class="contentbar1" align="center">
> Attenuator
> </td>
> </tr>
>
> I tried the obvious relocating of the class statement from the TR to the
> RD but it did not alter the results...
>
> Anyone else seen this and determined a work-around? Upgrading NS 4.7x
> isn't an option until the Fall...
Some good info here on 4.x workarounds. I think I've seen an average of
around 3-4% of our sites visitors using NN 4 products. I can't wait for the
day that NN 4.x isn't an issue when creating a site.
http://www.mako4css.com/Issues.htm
-Brad