emsone: netscape 7.1 stellt unerwünschte abstände dar

Beitrag lesen

moin...

netscape (v7.1) stellt im gegensatz zu ie und opera zusätzliche abstände in tabellenzeilen dar:

http://www.emsone.de/v3.1/index.html

ich habe die einzelnen td-elemente farbig gekennzeichnet, man erkennt das problem eigentlich sofort...ich hab so einiges ausprobiert, bekomme es aber einfach nicht hin...

hier der code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>

....

</head>

<body style="background-color:#0093A9; margin:0px; padding:0px">

<div><a name="top" id="top"></a></div>

<table border="0" cellpadding="0" cellspacing="0">
    <colgroup>
        <col style="width:100px">
        <col style="width:604"></colgroup>
    <tr>
        <td><img src="pix/00_dot.gif" style="border:none; width:100px" alt="space"></td>
        <td>
            <table border="0" cellpadding="0" cellspacing="0" style="background-color:orange">
                <tr>
                    <td><img src="pix/00_dot.gif" style="height:25px; border:none; background-color:red" alt="space"></td></tr>
                <tr>
                    <td style="background-color:blue">
                        <table border="0" cellpadding="0" cellspacing="0">
                            <colgroup>
                                <col style="width:533">
                                <col style="width:19">
                                <col style="width:22">
                                <col style="width:30"></colgroup>
                            <tr>
                                <td><img src="pix/00_space_01.gif" style="border:none; background-color:red" alt="space"></td>
                                <td><img src="pix/00_sitemap.gif" style="border:none" alt="sitemap"></td>
                                <td><img src="pix/00_mail.gif" style="border:none" alt="mail"></td>
                                <td><img src="pix/00_desiderata.gif" style="border:none" alt="desiderata"></td></tr></table></td></tr>
                <tr>
                    <td style="background-color:yellow"><img src="pix/00_bagger_01.gif" style="border:none" alt="image"><td></tr>
                <tr>
                    <td style="background-color:green">
                        <table border="0" cellpadding="0" cellspacing="0">
                            <colgroup>
                                <col style="width:35">
                                <col style="width:61">
                                <col style="width:66">
                                <col style="width:84">
                                <col style="width:358"></colgroup>
                            <tr>
                                <td><img src="pix/00_space_02.gif" style="border:none" alt="space"></td>
                                <td><img src="pix/00_home.gif" style="border:none" alt="home"></td>
                                <td><img src="pix/00_about.gif" style="border:none" alt="about"></td>
                                <td><img src="pix/00_contact.gif" style="border:none" alt="contact"></td>
                                <td><img src="pix/00_emsone.gif" style="border:none" alt="emsone"></td></tr></table></td></tr></table></td></tr></table>
</body>
</html>

danke für's gedanken machen...grüße...emsone