browserspezifische Probleme mit Firefox Tabellen

  • Hallo, ich habe ein kleines Problem mit meiner Website: Die unterschiedliche Darstellung des Contents mit Firefox...So möchte ich einer Tabelle einen einheitlichen Rahmen von 1px in einer durchgängigen Farbe versehen...Im IE kein Problem...Doch Firefox macht immer 2 Farben draus: mein helles Grau und dann noch da automatische Schwarz :(

    <table border="1" bordercolorlight="#ebebeb" bordercolordark="#ebebeb" bgcolor="#F5F5F5" cellspacing="12" cellpadding="0" width="690">

    nützt leider auch nix...

    Im Anhang hab ich euch mal einen Screenshot beigefügt...


    Vielen Dank


    Max

  • also danke...aber wenn ich

    <table style="background-color: #f5f5f5; border: solid 1px #ebebeb; width: 690px;" cellspacing="12" cellpadding="0">

    eingebe, dann zeigt er gar keine rahmenfarbe mehr an...warscheinlich wegen "cellspacing="12" cellpadding="0""

    Wie bekomm ich das da noch unter??

    danke schonmal

  • danke...sollte eigendlich gehen, aber is leider nich der fall :( keine ahnung warum...vllt weil ich mehrere tabellen ineinander verschachtelt habe


    <table border="1" bordercolorlight="#ebebeb" bordercolordark="#ebebeb" bgcolor="#F5F5F5" cellspacing="12" cellpadding="0" width="690">
    <tr>
    <td width="690" align="center" valign="top" bgcolor="#FFFFFF">
    <table border="0" cellspacing="0" cellpadding="0" width="650">
    <tr>
    <td colspan="2" align="left" height="34">Schritt 1: Wähle ein Video von deinem Computer aus:</td>
    </tr>
    <tr>
    <td colspan="2" height="1" bgcolor="#DEDEDE"></td>
    </tr>
    <tr>
    <td width="30" bgcolor="#EDF6F9"></td>
    <td height="40" align="left" bgcolor="#EDF6F9"><input type="file" name="123" size="80"></td>
    </tr>
    <tr>
    <td colspan="2" height="1" bgcolor="#DEDEDE"></td>
    </tr>
    <tr>
    <td colspan="2" height="10"></td>
    </tr>
    <tr>
    <td width="30" align="right" valign="bottom"></td>
    <td width="600" align="left">unterstützte Formate: .WMV, .AVI, .MOV, und .MPG </td>
    </tr>
    <tr>
    <td colspan="2" height="10"></td>
    </tr>
    <tr>
    <td colspan="2" height="1" bgcolor="#DEDEDE"></td>
    </tr>
    <tr>
    <td height="24" colspan="2" align="left" bgcolor="#EDF6F9">Kurze Beschreibung des Videos:</td>
    </tr>
    <tr>
    <td colspan="2" height="1" bgcolor="#DEDEDE"></td>
    </tr>
    <tr>
    <td colspan="2" height="10"></td>
    </tr>
    <tr>
    <td width="30" align="right" valign="bottom"></td>
    <td width="600" align="left">
    <textarea name="videobeschreibung" cols="53" rows="4"></textarea>
    </td>
    </tr>
    <tr>
    <td colspan="2" height="10"></td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td width="690" align="center" valign="top" bgcolor="#FFFFFF">
    <table border="0" cellspacing="0" cellpadding="0" width="650">
    <tr>
    <td colspan="2" align="left" height="34">Veröffentlichungsoptionen:</td>
    </tr>
    <tr>
    <td colspan="2" height="1" bgcolor="#DEDEDE"></td>
    </tr>
    <tr>
    <td height="24" colspan="2" align="left" bgcolor="#EDF6F9">Bitte ordne dein Video einer Kategorie zu:</td>
    </tr>
    <tr>
    <td colspan="2" height="1" bgcolor="#DEDEDE"></td>
    </tr>
    <tr>
    <td colspan="2" height="10"></td>
    </tr>
    <tr>
    <td width="30" align="right" valign="bottom"></td>
    <td width="600" align="left" valign="top">
    </td>
    </tr>
    <tr>
    <td colspan="2" height="10"></td>
    </tr>
    <tr>
    <td colspan="2" height="1" bgcolor="#DEDEDE"></td>
    </tr>
    <tr>
    <td height="24" colspan="2" align="left" bgcolor="#EDF6F9">Bitte füge deinem Video Tags hinzu, damit es besser von anderen Usern gefunden werden kann.</td>
    </tr>
    <tr>
    <td colspan="2" height="1" bgcolor="#DEDEDE"></td>
    </tr>
    <tr>
    <td colspan="2" height="10"></td>
    </tr>
    <tr>
    <td width="30" align="right" valign="bottom"></td>
    <td width="600" align="left" valign="top">
    <input type="text" name="videoname" size="50" maxlength="50"> z.B. "Hund, Rüde, Haustier,..."
    </td>
    </tr>
    <tr>
    <td colspan="2" height="10"></td>
    </tr>
    </table>
    </td>
    </tr>
    </table>

  • Also bei mir geht es einwandfrei.
    Bitte rücke doch demnächst deinen Quelltext ein, damit er besser lesbar ist.
    Es wäre auch schön, wenn du ihn in das Code-Tag ([@code]...[@/code] ohne das @) packen könntest.