Karl: Firefox und Frames

Beitrag lesen

Hallo Karl!

Du hast <frame scrolling="0" ... und der Firefox scrollt dennoch?

Dann zeig uns mal die Seite. Danke

danke erstmals für die Hilfebereitschaft: Hier der Frameset. habs auch schon mit scrolling=no probiert

mfg
Karl

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Unbenanntes Dokument</title><style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
</head>

<frameset rows="269,*" cols="*" framespacing="0" frameborder="NO" border="0">
  <frame src="UntitledFrame-2.htm" name="topFrame" scrolling="0" noresize >
  <frame src="start2.htm" name="mainFrame" frameborder="no" scrolling="0" noresize>
</frameset>
<noframes><body>
<table width="780" border="0">

<tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>
</body></noframes>
</html>