DeRkLeInEmAnN: Probleme mit Frames bei Mozilla Firefox

Beitrag lesen

Hallo!

Ich habe ein Problem mit dem Mozilla Firefox! Ich habe eine Hauptseite mit 3 Frames! Die Seite sieht so aus:

---------------------|
       |             |
       |-------------|
       |             |
       |             |
       |             |
---------------------|

Bei dem rechten unteren Frame mach ich auf der linken Seite einen Rand! Dieser Frame funktioniert auch bei Mozilla! Der gleiche Rand wird auch bei dem Frame oben genommen! Nur der obere Frame wird bei dem Internet Explorer aber nicht bei Mozilla so dargestellt! Könnt ihr mir helfen?

Der Quellcode:

// Der obere Frame

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Frame oben</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFF99" style="margin-left:0px; margin-top:0px; margin-bottom:0px; margin-right:0px;">

<table cellpadding="0" cellspacing="0" bgcolor="#FFFF99" style="width:100%; height:100%;margin-top:0px; background-image: url(verlauf.jpg); background-repeat: repeat-y; border: 0 solid #ff0000">
<tr>
  <td width="10px"></td><td>
  <div align="center" style="font-family:Monotype Corsiva,Times New Roman"><p><font size="20">Massage und Beauty Salon Atrium</font></div>
  </td>
</tr>
<tr style="height:25px">
  <td style="background-image: url(neueseck3.jpg); background-position: 1px 0px;"><font size="4"></font>
  </td>

<td style="background-image: url(verlaufhor.jpg); background-repeat: repeat-x;" >
  </td>
</tr>

</table>

</body>
</html>

Der linke Frame (wo es bei Mozilla funktioniert)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Hauptlogo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

</head>

<body bgcolor="#FFFFFF" style="margin-left:0px; margin-top:0px; margin-bottom:0px; margin-right:0px;">
<table cellpadding="0" cellspacing="0" bgcolor="#FFFF99" style="width:100%; height:120%;margin-top:0px; background-image: url(verlauf.jpg); background-position: 0px 0px; background-repeat: repeat-y; border: 0 solid #ff0000">

<tr>
    <td valign="top">

<div align="center">

</div></td>
  </tr>
</table>
</body>
</html>

Danke im Voraus

DeRkLeInEmAnN