Thomas Michel: CSS class definieren im dem nichts definiert ist.

Beitrag lesen

Hi,

Gerade umgekert wenn ich keine CSS definitionen im Code habe kommen sie bilder schön untereinander deshalb wollte ich es wieder in den urspurngszustand zurücksetzen, verstehst du es jetzt?
Ehrlich gesagt, nein.

:-)

Paste doch einfach mal das Code-Beispiel und hebe die entsprechenden Stellen hervor.

<table width="205" border="0" cellspacing="0" cellpadding="0">
<tr><td colspan="3" width="205" height="33"><a href="/news.php" onMouseover="Bildwechsel('aktuell',aktuell_over); window.status='Aktuelles';return true;" onMouseout="Bildwechsel('aktuell',aktuell_normal); window.status='Regionalspital Emmental';return true;"><img src="/bilder/normal/aktuell.gif" border="0" alt="Aktuelles" width="200" height="33" name="aktuell"></a></td></tr>
<tr><td colspan="3" width="205" height="33"><a href="/ueberuns/ueberuns.php" onMouseover="Bildwechsel('willkommen',willkommen_over); window.status='Willkommen im RSE';return true;" onMouseout="Bildwechsel('willkommen',willkommen_normal); window.status='Regionalspital Emmental';return true;"><img src="/bilder/normal/willkommen.gif" border="0" alt="Willkommen im RSE" width="200" height="33" name="willkommen"></a></td></tr>
<tr><td colspan="3" width="205" height="33"><a href="/angebot/angebot.php" onMouseover="Bildwechsel('angebot',angebot_over); window.status='Angebot';return true;" onMouseout="Bildwechsel('angebot',angebot_normal); window.status='Regionalspital Emmental';return true;"><img src="/bilder/normal/angebot.gif" border="0" alt="Angebot" width="200" height="33" name="angebot"></a></td></tr>
<tr><td colspan="3" width="205" height="33"><img src="/bilder/hover/anlass.gif" border="0" alt="Anlässe und Kurse" width="200" height="33"></td></tr><tr><td colspan="3"><img src="/bilder/menuoben.gif" alt=""></td></tr>
<tr><td width="25"><img src="/bilder/untermenu.gif" width="25" height="16"></td><td width="180" colspan="2"><a href="/anlass/kurse.php">Kurse</a></td></tr>
<tr><td width="25"><img src="/bilder/untermenu.gif" width="25" height="16"></td><td width="180" colspan="2"><a href="/anlass/anlassgeschlossen.php">Geschlossene Veranstaltung</a></td></tr><tr><td colspan="3"><img src="/bilder/menuunten.gif" alt=""></td></tr>
<tr><td colspan="3" width="205" height="33"><a href="/stellen/stellen.php" onMouseover="Bildwechsel('stellen',stellen_over); window.status='Stellen';return true;" onMouseout="Bildwechsel('stellen',stellen_normal); window.status='Regionalspital Emmental';return true;"><img src="/bilder/normal/stellen.gif" border="0" alt="Stellen" width="200" height="33" name="stellen"></a></td></tr>
<tr><td colspan="3" width="205" height="33"><a href="/mail.php" onMouseover="Bildwechsel('kontakt',kontakt_over); window.status='Kontakt';return true;" onMouseout="Bildwechsel('kontakt',kontakt_normal); window.status='Regionalspital Emmental';return true;"><img src="/bilder/normal/kontakt.gif" border="0" alt="Kontakt" width="200" height="33" name="kontakt"></a></td></tr>
<tr><td colspan="3" width="205" height="33"><a href="/archiv/archiv.php" onMouseover="Bildwechsel('archiv',archiv_over); window.status='Archiv';return true;" onMouseout="Bildwechsel('archiv',archiv_normal); window.status='Regionalspital Emmental';return true;"><img src="/bilder/normal/archiv.gif" border="0" alt="Archiv" width="200" height="33" name="archiv"></a></td></tr>
<tr><td colspan="3" width="205" height="33"><a href="/search.php" onMouseover="Bildwechsel('suche',suche_over); window.status='Suche';return true;" onMouseout="Bildwechsel('suche',suche_normal); window.status='Regionalspital Emmental';return true;"><img src="/bilder/normal/suche.gif" border="0" alt="Suche" width="200" height="33" name="suche"></a></td></tr>
<tr><td colspan="3"><img src="/bilder/unten.gif" border="0" alt=""></td></tr>

<tr><td width="25" class="null"><img src="/bilder/balken.gif" width="25" height="1" alt=""></td><td width="10" class="null"><img src="/bilder/balken.gif" width="10" height="1" alt=""></td><td width="170" class="null"><img src="/bilder/balken.gif" width="170" height="1" alt=""></td></tr>
</table>
der code der navigation nun entsteht zwischen jedem bild eine weisse line nur netscape 6 und mozilla. Wie kriege ich diesen weg?

Mein lösungsvorschlag:

wenn kein css definiert ist erscheint keine linie. Also möchte ich eine class definieren die den td,tr,table wieder in die ursprungsvorm zurück bring.

mfG

Thomas Michel

Grüße,
Martin