Habe mal ne kleine Frage.Ich möchte die ganze seite scrollen.Wie bekomme ich den scroll auf die rechte seite?Die Seite besteht aus mehreren Framset´s.
hier mal der Code
HTML
<html>
<head>
<title>Startseite</title>
<meta name="author" content="Marian">
<meta name="generator" content="Ulli Meybohms HTML EDITOR">
</head>
<frameset frameborder="no" framespacing="0" border="0" rows="80,20,120,30,10,*">
<frameset frameborder="no" framespacing="0" border="0" cols="30,80,10,840,*">
<frame marginheight="0" marginwidth="0" scrolling="no" src="Hintergrund.html">
<frame marginheight="0" marginwidth="0" scrolling="no" src="Logo.html">
<frame marginheight="0" marginwidth="0" scrolling="no" src="Hintergrund.html">
<frame marginheight="0" marginwidth="0" scrolling="no" src="Überschrift.html">
<frame marginheight="0" marginwidth="0" scrolling="no" src="Hintergrund.html">
</frameset>
<frameset frameborder="no" framespacing="0" border="0" cols="30,930,*">
<frame marginheight="0" marginwidth="0" scrolling="no" src="Hintergrund.html">
<frame marginheight="0" marginwidth="0" scrolling="no" src="01.html">
<frame marginheight="0" marginwidth="0" scrolling="no" src="Hintergrund.html">
</frameset>
<frameset frameborder="no" framespacing="0" border="0" cols="30,930,*">
<frame marginheight="0" marginwidth="0" scrolling="no" src="Hintergrund.html">
<frame marginheight="0" marginwidth="0" scrolling="no" src="Banner-Startseite.html">
<frame marginheight="0" marginwidth="0" scrolling="no" src="Hintergrund.html">
</frameset>
<frameset frameborder="no" framespacing="0" border="0" cols="30,930,*">
<frame marginheight="0" marginwidth="0" scrolling="no" src="Hintergrund.html">
<frame marginheight="0" marginwidth="0" scrolling="no" src="Schaltflächen-Startseite.html">
<frame marginheight="0" marginwidth="0" scrolling="no" src="Hintergrund.html">
</frameset>
<frameset frameborder="no" framespacing="0" border="0" cols="30,930,*">
<frame marginheight="0" marginwidth="0" scrolling="no" src="Hintergrund.html">
<frame marginheight="0" marginwidth="0" scrolling="no" src="Hintergrund.html">
<frame marginheight="0" marginwidth="0" scrolling="no" src="Hintergrund.html">
</frameset>
<frameset frameborder="no" framespacing="0" border="1" cols="30,930,*">
<frame marginheight="0" marginwidth="0" scrolling="no" src="Hintergrund.html">
<frame marginheight="0" marginwidth="0" scrolling="no" src="Startseite-unten.html" name="Daten">
<frame marginheight="0" marginwidth="0" scrolling="no" src="Hintergrund.html">
</frameset>
</frameset>
</body>
</html>
Alles anzeigen
Danke