• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

valign="top" IE7 und Firefox 3.0

Status
Für weitere Antworten geschlossen.

Shifty Powers

Neues Mitglied
Hi, Ich hab das problem das beim Firefox mein Menu nicht ganz nach oben gesetzt wird sondern noch ein kleiner Abstand(0.5cm) vorhanden ist. Im IE7 geht alles vorzüglich
Mein code:
PHP:
<html>
<head>
<title>Webseite</title>
<meta name="author" content="sven">
<meta name="generator" content="Ulli Meybohms HTML EDITOR">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body text="#000000" bgcolor="#4F4F4F" link="#FF0000" alink="#FF0000" vlink="#FF0000">


<table bgcolor="#5f5f5f" align="center" border="0" cellspacing="0" cellpadding="0" width="1024">
<tr>
 <td id="head" width="824" height="150" colspan="2">&nbsp;</td>
 <td id="login" width="200"><?php include'intern.php'; ?></td>
</tr>
<tr>
 <td width="200" valign="top"><?php include 'menu1.php'; ?></td>
 <td width="624">---INHALT---</td>
 <td width="200" valign="top"><?php include 'menu2.php'; ?></td>
</tr>
</table>
</div>
</body>
</html>
 
Werbung:
Werbung:
Status
Für weitere Antworten geschlossen.
Zurück
Oben