Hoffe ihr könnt mir helfen!
Ich bin grad dabei ein Login Script an ein neues Design anzupassen und dabei ziemlich am Verzweifeln!
Vergleicht mal bitte die Anzeigen im IE und im Firefox! ( [url]http://www.tehjungens.de/index.php[/url] ) Den kritischen Bereich hab ich unten angehangen:
echo "<form action=index.php method=post>";
echo " <table width=223 border=0 cellpadding=0 cellspacing=0 style=vertical-align:top;>";
echo " <tr style=background-image:url(Bilder/Hintergruende/Menue_sub_login.jpg)>";
echo " <td height=24>";
echo "<input type=hidden name=pruef value=ok />";
echo "<span class=login>Name:</span><td width=148 ><input type=text name=lclanname size=20 style=color:CC9900; onfocus=this.style.filter=Alpha(opacity=50); onBlur=this.style.filter=Alpha(opacity=50); /></td>";
echo " </tr>";
echo " <tr style=background-image:url(Bilder/Hintergruende/Menue_sub_login.jpg)>";
echo " <td height=24 width=75>";
echo "<SPAN class=login>Passwort:</SPAN><td width=148 ><input type=password name=lpasswort size=20 style=color:CC9900; onfocus=this.style.filter=Alpha(opacity=50); onBlur=this.style.filter=Alpha(opacity=50); /></td>";
echo " </tr>";
echo "</table>";
echo " <table width=223 border=0 cellpadding=0 cellspacing=0 style=vertical-align:top;>";
echo " <tr style=background-image:url(Bilder/Hintergruende/Menue_sub_login.jpg)>";
echo " <td height=24>";
echo "<input type=radio name=cookie /><span class=logintext>Dauerhaft einloggen?</span><center><input type=submit value=Abschicken class=abschicken /></center>";
echo "</td>";
echo " </tr>";
echo "</table>";
echo "</form>";
Die CSS Klassen:
~~~CSS
:.login
{
color:#787878;
font-size:12px;
font-family:Verdana,arial,sans-serif;
text-align:left;
}
.logintext
{
color:#787878;
font-size:12px;
font-family:Verdana,arial,sans-serif;
text-align:left;
}
.abschicken
{
font-size:10px;
border-width:0px;
border-color:#FFCA91;
color:B40C0C;
margin:5px;
font-style:bold;
}
SELECT
{
FONT-WEIGHT: normal;
FONT-SIZE: 10px;
COLOR: #000000;
FONT-FAMILY: Verdana,sans serif;
BACKGROUND-COLOR: #BE8842
}
form
{
margin:0px;
}
div,td,textarea,input
{
font-family:Arial,sans-serif;
font-size:12px;
color:#C8C8C8;
}
textarea
{
font-size:12px;
border-width:1px;
border-color:#BFBFBF;
color:##4F4F4F;
margin:0px;
}
Vielen Dank für eure Hilfe im Vorraus!