trigg: Little question to the scrollbars of frames.

Beitrag lesen

Hi,

i just want to know, if it is possible to get one scrollbar for all 3 frames of my index.html page
(html code under this text.)

examle: on this forum i can move the whole site
( logo-, buttons- and the forum-frame) with the horizontal and the vertical scrollbar. but on my site there is a scrollbar for each frame.

isn't it possible to make one frame out of three, wihtout changing all the other .html sites my homepage consists of ?????

=========================================
html code

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>

<LINK href="format.css" type=text/css rel=stylesheet>

<title>[F.o.g.]===><><Fanatical online gamerz><><=== ></title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<title>Text des universellen Titels</title>

</head>

<frameset rows="180,*" framespacing="0" border="0" frameborder="0">

<noframes>

<body bgcolor="#000000" text="#FFFFFF" link="#FF0033">

<p>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"

"http://www.w3.org/TR/html4/frameset.dtd">

<p>Diese Seite verwendet Frames. Frames werden von Ihrem Browser aber nicht
unterstützt.</p>

</body>

</noframes>

<frame name="Banner" scrolling="no" noresize target="Inhalt" src="Banner.html">

<frameset cols="175,*">

<frame name="Inhalt" scrolling="no" noresize target="Hauptframe" src="Buttons.html" scrolling="auto">

<frame name="Hauptframe" src="gesamt.html" scrolling="auto">

</frameset>

</html>