Eike: Scrollbalken und Frames

Beitrag lesen

Moin!
Wahrscheinlich sind diese Frames etwas anders aber mit den hab ich mich eingearbeitet. Ich mache das alles in einer Tabelle.
Du legst eine Tabelle mit drei Spalten an(links,mitte,rechts)

<div align="left">
  <table border="0" border color="#E0E0E0" width="990" height="1000">
 <tr>
      <td width="129" height="1000">
        <iframe id="links" name="links" frameBorder="0" width="100%" scrolling="no" height="100%" src="links.htm"></iframe>

<td width="693" height="1000">
        <iframe id="mitte" name="mitte" frameBorder="0" width="100%" scrolling="no" height="100%" src="mitte.htm"></iframe>
      </td>

<td width="135" height="1000">
      <iframe id="rechts" name="rechts" frameBorder="0" width="100%" scrolling="no" height="100%" src="rechts.htm"></iframe>

</td>
    </tr>
 </table>
</div>

so ca mache ich das!
hoffe es hilft dir weiter!
MfG Eike