Scrollbalken erscheint im IE nicht

Janis

Mitglied
Hi,

folgendes Problem, auf der unten Dargestellten Seite erscheint im Firefox ein Scrollbalken (was s sein soll), im Internet Explorer aber nicht.

Wie änder ich das ?

Mit freundlichen Grüßen

HTML:
<html>
 <head>
  <title></title>
  <style type="text/css">
<!--
a img, img {
display:block;
}
-->
</style>
 </head>
 <body bgcolor="#000000" scroll="no">
  <table width="800" border="0" cellspacing="0" cellpadding="0" height="234" align="center">
   <tr>
    <td>
     <a href="index.html" target="act">
     <img src="nav/logo.JPG" border="0" width="280" height="234">     
    </td>
    <td>
     <img src="act/mitte01.JPG" border="0" width="520" height="234">     
    </td>
   </tr>
  </table>
  <table width="320" border="0" cellspacing="0" cellpadding="0" height="966" align="center">
   <tr>
    <td align="" valign="top">
      <img src="nav/links.JPG" border="0" width="60" height="366">
      <img src="act/gal/li.JPG" border="0" width="60" height="600">
    </td>
    <td align="left" valign="top">
      <img src="nav/mitte01.JPG" border="0" width="90" height="71">
     <a href="index.html" target="act">
      <img src="nav/mitte02.JPG" border="0" width="90" height="20">
     </a>
     <a href="fahr.html" target="act">
      <img src="nav/mitte03.JPG" border="0" width="90" height="20">
     </a>
     <a href="leis.html" target="act">
      <img src="nav/mitte04.JPG" border="0" width="90" height="20">
     </a>
     <a href="ueber.html" target="act">
      <img src="nav/mitte05.JPG" border="0" width="90" height="20">
     </a>
     <a href="anfahrt.html" target="act">
      <img src="nav/mitte06.JPG" border="0" width="90" height="15">
     </a>
     <a href="galerie.html" target="act">
      <img src="nav/mitte07.JPG" border="0" width="90" height="20">
     </a>
     <a href="links.html" target="act">
      <img src="nav/mitte08.JPG" border="0" width="90" height="20">
     </a>
      <img src="nav/mitte09.JPG" border="0" width="90" height="160">
      <img src="act/gal/mi.JPG" border="0" width="90" height="600">
     </td>
     <td align="left" valign="top">
      <img src="nav/rechts.JPG" border="0" width="130" height="366">
      <img src="act/gal/re.JPG" border="0" width="130" height="600">
     </td>
     <td align="left" valign="top">
      <img src="act/gal/1/gal1.JPG" border="0" width="520" height="66">
     <a href="bilder/gal/02.JPG" target="blank">
      <img src="act/gal/1/gal2.JPG" border="0" width="520" height="300">
     </a>
     <a href="bilder/gal/01.JPG" target="blank">
      <img src="act/gal/1/gal3.JPG" border="0" width="520" height="350">
     </a>
     <a href="galerie2.html" target="act">
      <img src="act/gal/1/gal4.JPG" border="0" width="520" height="70">
     </a>
      <img src="act/gal/1/gal5.JPG" border="0" width="520" height="180">
     </td>
    </tr>
  </table>
 </body>
</html>
 
Hi,

entferne einfach das proprietäre Attribut scroll="no" im <body>-Tag, das von den standardkonformen Browsern nicht unterstützt wird.

mfg Maik
 
Blöd hätte ich auch selber drauf kommen können.

Vielen Dank

Nochwas, wenn ich die Seite öffne und das erste mal auf einen Button klicke wird ein neues Fenster geöffnet.
Im neuen Fenster funktionieren alle Buttons aber so wie die es sollen im gleichen Fenster.
Hat da jemand eine Erklärung für?

Gruß
 
Die Links besitzen das Attribut target="act", das den Namen eines Zielfensters (Frame / iFrame) angibt, in dem die Verweisziele aufgerufen werden sollen.

Existiert dieses nicht, oder stimmt der Fenstername des Frames (Attribut name="act") mit dem Namen im target-Attribut nicht überein, werden die Verweisziele in einem neuen Fenster / Tab geöffnet.

mfg Maik
 
Ist die Seite online erreichbar, um dort mal einen Blick drauf werfen zu können?

mfg Maik
 

Neue Beiträge

Zurück