Pascal: Dieser Scrollbalken ist doch ein Witz!

Beitrag lesen

Hi,

Dieser Scrollbalken macht mir aber nun dass ganze Layout kaputt. Ich schnall dass nicht. Der Firefox begreift es, aber ich glaube mein Kunde nicht, wenn ich dies auf I.E. nicht hinbekomme.

Quelltext wäre hilfreich.
Als Ursache tippe ich mal auf Tabellenlayout mit einer Tabelle auf width="100%"

Gruß
Wurf

----------
Ok... hier das Frameset, gefolgt von der MainFrame Seite leitbild.htm
Habe den Text entfernt. Es ist alles auf Pixel abgerechnet.
----------

<head>
<title>titel</title>

</head>

<frameset rows="550,*" frameborder="0" border="0" framespacing="0" >
<frameset cols="240,740,*" frameborder="0" border="0" framespacing="0">
  <frameset rows="80,470" frameborder="0" border="0" framespacing="0">
    <frame src="vevdaj_logo.htm" name="LeftTopFrame" scrolling="NO" noresize marginheight="15" marginwidth="18">
    <frame src="navigation.asp" name="navigation" scrolling="no" marginheight="0" marginwidth="0">
  </frameset>
  <frameset rows="80,470" cols="740" frameborder="0" border="0" framespacing="0">
    <frame cols="740" rows="80" src="banner.htm" name="TopFrame" scrolling="NO" noresize marginheight="0" marginwidth="0" frameborder="0">
 <frame cols="740" rows="470" src="homepage.htm" name="MainFrame" scrolling="auto" marginheight="0" marginwidth="0" frameborder="0" noresize>
  </frameset>
  <frame src="RightFrame.htm" name="RightFrame" scrolling="NO" noresize marginheight="0" marginwidth="0" frameborder="0">
</frameset>
<frame src="BottomFrame.htm" name="Bottomframe" scrolling="NO" noresize marginheight="0" marginwidth="0" frameborder="0">
</frameset>

<noframes><body></body></noframes>
</html>

Die betreffende Seite: Leitbild.htm

<body background="images/hinter.gif">

<table border=0 width="740px" cellpadding=0 cellspacing=0>
 <tr>
  <td height="470px" width="740px">

<table border=0 width="740px" height="470px" cellpadding="0" cellspacing="0">
    <tr>
     <td width="50px" height="470px">&nbsp;</td>
     <td width="640px" height="470px" valign="top"><a name="top"> </a>

<table border=0 width=100% cellpadding=0 cellspacing=0>
      <tr><td class="us">&nbsp;</td></tr>
      <tr><td class="us">&nbsp;</td></tr>
      <tr>
       <td class="us" width="590px">Hier steht Text ohne weiteren Tabellen

</td>
      </tr>
      <tr><td class="us">&nbsp;</td></tr>
      <tr>
       <td class="ns">
          Hier steht Text ohne weiteren Tabellen

</td>
      </tr>

</table>

</td>
     <td width="10px" height="470px" valign="bottom" align="right" style="font-size:5px;">&nbsp;</td>
    </tr>
   </table>

</td>
 </tr>
</table>
</body>