Einzelnen Beitrag anzeigen

kujin1000
(Gast)

n/a Beiträge
 
#1

[GELÖST]Darstellungsproblem Problem bei FF, bei IE ....

  Alt 5. Apr 2008, 19:17
Hallo leute,
ich hab sogar in der Sufu gesucht und nichts passendes zu meinem Problem gefunden, deshalb frage ich euch...
Ich bin gerade dabei eine Website zumachen, jedoch hab ich ein Darstellungsfehler beim Registrieren... IE macht keine Probleme, aber FF zeigt es falsch an und ich hab schon alles probiert und weiß net woran es liegen kann. Geht bitte auf www.rezesarios.de dort in den graublauen Kasten irgendetwas eintippen und auf anmelden drücken. Ich denke mal ihr werdet mein Fehler sehen...
Und mein Websitecode:
Code:
[...]

<div class="content">

  <div class="maintext">

   [b]Registration:[/b]



   <form name="Reg" action="komplett_registrieren.php" method="post">
     <table>
       <tr>
           <td class="regfeld">Vorname:</td>

             <?php
            print('<td><input type="text" name="vname" size="17" class="inputreg" value="'.$_POST['vorname'].'"></td>');
            ?>
              </tr>
               <tr>
               <td class="regfeld">Nachname:</td>
                <?php
                print('<td><input type="text" name="nname" size="17" class="inputreg" value="'.$_POST['nachname'].'"></td>');
        ?>
         </tr>
          <tr>
         <td class="regfeld">Email:</td>
         <?php
             print('<td><input type="text" name="email" size="17" class="inputreg" value="'.$_POST['mail'].'"></td>');
            ?>
         </tr>
          <tr>
      <td class="regfeld">Passwort:</td>
           <?php
      print('<td><input type="password" name="pass" size="17" class="inputreg" value="'.$_POST['passwort'].'"></td>');
     ?>
   </tr>
          <tr>
         </tr>
         </table>
            <input type="submit" value="Anmelden" class="inputreg">
      </form>
                              
    </div>
   </div>

   <div class="footer">
               
   <table>
   <tr>
                             
        
  <td class="unten">[url=""][b]Newsletter[/b][/url][b][/b]</td>
   <td class="block">|</td>
<td class="unten">[url=""][b]Login[/b][/url]</td>
<td class="block">|</td>
<td class="unten">[url="impressum.php"][b]Impressum[/b][/url][b][/b]</td>
<td class="block">|</td>
<td class="unten">[url="kontakt.php"][b]Kontakt[/b][/url][b][/b]</td>
<td class="block">|</td>
<td class="unten">[url=""][b]Feedback[/b][/url][b][/b]</td>
                                  
                                  
</tr>
 </table>
               
</div>
<div>



[url="http://www.rezesarios.de"]© <?php   print(date(Y));?> rezesarios.de[/url]
</div>
</body>
</center>
</html>
Wahrscheinlich braucht ihr noch paar CSS eigenschaften sonst versteht ihr gar nicht
Code:
[...]
.content{
   width:767px;
   height:457px;
   background-image:url(Bilder/6.gif);
   position:relative;
   float:right;
}
.footer{
   width:911px;
   height:29px;
   background-image:url(Bilder/7.gif);
}
.maintext { 
   color:#1E1E1E;
   font-family: Verdana, sans-serif;
   font-size:80%;
   padding: 30px 0px 0px 30px;
   text-align:left;
   vertical-align:top;
}
td.regfeld {
   color:#333333;
   font-family:Arial, Sans-serif;
   font-size:90%;
   text-align:left;
}
input.inputreg {
   border: 1px solid #cccccc;
   background-color: #FFFFFF;                  
}
.footer{
   width:911px;
   height:29px;
   background-image:url(Bilder/7.gif);
}
a.bottom {
   color:#e6e6e6;
    text-decoration:none;
    font-family:Arial, Sans-serif;
    font-size:90%;
    vertical-align:middle;
   text-align:center;
}
td.unten {
   padding: 2px 0px 0px 0px;
}
.copy {
   color:#8a8a8a;
   text-decoration:none;
   font-family:Arial, Sans-serif;
   font-size:90%;
}
td.block {
   font-weight:600;
   font-family:Arial, Sans-serif;
}
[...]
Ich hoffe ihr könnt mir helfen, ich verzweifel.......
  Mit Zitat antworten Zitat