Problem mit IE

Status
Nicht offen für weitere Antworten.

Wully

Mitglied
Hy@all

Ich hab mir mit Dreamweaver ein Drop Down Menü gemacht und es funktioniert auch toll aber leider nicht im IE sondern nur mit Thunderbird! Das lustige wenn ich die Seite ofline mit IE teste geht es auch!

Hier der HTML Code:

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" 
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="default.css" rel="stylesheet" type="text/css">
<script language="JavaScript1.2">mmLoadMenus();</script>
<script language="JavaScript">
<!--
function mmLoadMenus() {
  if (window.mm_menu_0218112446_0) return;
        window.mm_menu_0218112446_0 = new Menu("root",102,18,"",12,"#FFFFFF","#FFFFFF","#553310","#502F0E","left","middle",3,0,100,-5,7,true,true,true,0,true,true);
  mm_menu_0218112446_0.addMenuItem("E-Mail","location='mailto:webmaster@greenview-resort.net'");
  mm_menu_0218112446_0.addMenuItem("Reservierung","location='/Kontakt.php'");
   mm_menu_0218112446_0.fontStyle="italic";
   mm_menu_0218112446_0.hideOnMouseOut=true;
   mm_menu_0218112446_0.bgColor='#555555';
   mm_menu_0218112446_0.menuBorder=1;
   mm_menu_0218112446_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0218112446_0.menuBorderBgColor='#E3D7BD';
window.mm_menu_0218112841_0 = new Menu("root",133,18,"",12,"#FFFFFF","#FFFFFF","#553310","#502F0E","left","middle",3,0,100,-5,7,true,true,true,0,true,true);
  mm_menu_0218112841_0.addMenuItem("Greenview&nbsp;Resort","window.open('/preiseresort.php', '_self');");
  mm_menu_0218112841_0.addMenuItem("Greenview&nbsp;Travel","window.open('/preisetravel.html', '_self');");
  mm_menu_0218112841_0.addMenuItem("Tauchausflüge","window.open('/preisetauchen.html', '_self');");
  mm_menu_0218112841_0.addMenuItem("Ausflüge","window.open('/preiseausfluge.html', '_self');");
   mm_menu_0218112841_0.fontStyle="italic";
   mm_menu_0218112841_0.hideOnMouseOut=true;
   mm_menu_0218112841_0.bgColor='#555555';
   mm_menu_0218112841_0.menuBorder=1;
   mm_menu_0218112841_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0218112841_0.menuBorderBgColor='#E3D7BD';
window.mm_menu_0218150012_0 = new Menu("root",139,18,"Georgia, Times New Roman, Times, serif",12,"#FFFFFF","#E4D6BC","#553310","#502F0E","center","middle",3,0,100,-5,7,true,true,true,0,false,true);
  mm_menu_0218150012_0.addMenuItem("Resort&nbsp;Info","window.open('greenviewresort.html', '_self');");
  mm_menu_0218150012_0.addMenuItem("Hotel/Resort&nbsp;&nbsp;Preise","window.open('preiseresort.php', '_self');");
  mm_menu_0218150012_0.addMenuItem("Resort&nbsp;Bilder","window.open('gallerieresort.html', '_self');");
   mm_menu_0218150012_0.hideOnMouseOut=true;
   mm_menu_0218150012_0.bgColor='#555555';
   mm_menu_0218150012_0.menuBorder=1;
   mm_menu_0218150012_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0218150012_0.menuBorderBgColor='#E3D7BD';
  window.mm_menu_0218151057_0 = new Menu("root",133,18,"Georgia, Times New Roman, Times, serif",12,"#FFFFFF","#E6D8BE","#553310","#502F0E","center","middle",3,0,100,-5,7,true,true,true,0,false,true);
  mm_menu_0218151057_0.addMenuItem("Travel&nbsp;Info","window.open('greenviewtravel.html', '_self');");
  mm_menu_0218151057_0.addMenuItem("Travel&nbsp;Preise","window.open('preisetravel.html', '_self');");
  mm_menu_0218151057_0.addMenuItem("Surin&nbsp;Island","window.open('surinisland.html', '_self');");
  mm_menu_0218151057_0.addMenuItem("Travel&nbsp;Gallerie","window.open('gallerietravel.html', '_self');");
   mm_menu_0218151057_0.hideOnMouseOut=true;
   mm_menu_0218151057_0.bgColor='#555555';
   mm_menu_0218151057_0.menuBorder=1;
   mm_menu_0218151057_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0218151057_0.menuBorderBgColor='#E3D7BD';
  window.mm_menu_0218151728_0 = new Menu("root",114,18,"Georgia, Times New Roman, Times, serif",12,"#FFFFFF","#E6D8BE","#553310","#502F0E","center","middle",3,0,100,-5,7,true,true,true,0,true,true);
  mm_menu_0218151728_0.addMenuItem("Resort&nbsp;Gallerie","window.open('gallerieresort.html', '_self');");
  mm_menu_0218151728_0.addMenuItem("Travel&nbsp;Gallerie","window.open('gallerietravel.html', '_self');");
  mm_menu_0218151728_0.addMenuItem("Tauchen","window.open('/gallerietauchen.html', '_self');");
  mm_menu_0218151728_0.addMenuItem("Ausflüge","window.open('/gallerieausfluge.html', '_self');");
   mm_menu_0218151728_0.hideOnMouseOut=true;
   mm_menu_0218151728_0.bgColor='#555555';
   mm_menu_0218151728_0.menuBorder=1;
   mm_menu_0218151728_0.menuLiteBgColor='#E3D7BD';
   mm_menu_0218151728_0.menuBorderBgColor='#E3D7BD';

mm_menu_0218151728_0.writeMenus();
} // mmLoadMenus()
//-->
</script>
<script language="JavaScript" src="mm_menu.js"></script>
<style type="text/css">
<!--
.Stil1 {color: #C4A467}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
-->
</style>
</head>
<body>
<script language="JavaScript1.2">mmLoadMenus();</script>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><embed type="application/x-shockwave-flash" src="hdr.swf" width="778" height="209"></td>
  </tr>
</table>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><img src="http://www.tutorials.de/forum/images/page02.jpg" alt="" width="118" height="44"></td>
    <td><a href="home.html"><img src="http://www.tutorials.de/forum/images/page03.jpg" alt="" width="75" height="44" border="0"></a></td>
    <td><img src="http://www.tutorials.de/forum/images/page04.jpg" alt="" name="image3" width="139" height="44" border="0" id="image3" 
	onMouseOver="MM_showMenu(window.mm_menu_0218150012_0,0,44,null,'image3')" 
	onMouseOut="MM_startTimeout();"></td>
    <td><a href="greenviewtravel.html"><img src="http://www.tutorials.de/forum/images/page05.jpg" alt="" name="image4" width="133" height="44" border="0" id="image4" 
	onMouseOver="MM_showMenu(window.mm_menu_0218151057_0,0,44,null,'image4')" 
	onMouseOut="MM_startTimeout();"></a></td>
    <td><img src="http://www.tutorials.de/forum/images/page06.jpg" alt="" name="image5" width="76" height="44" border="0" id="image5" 
	onMouseOver="MM_showMenu(window.mm_menu_0218151728_0,0,44,null,'image5')" 
	onMouseOut="MM_startTimeout();"></td>
    <td><a href="preisealle.html"><img src="http://www.tutorials.de/forum/images/page07.jpg" alt="" name="image2" width="70" height="44" border="0" id="image2" 
	onMouseOver="MM_showMenu(window.mm_menu_0218112841_0,0,44,null,'image2')" 
	onMouseOut="MM_startTimeout();"></a></td>
    <td><a href="mailto:kontakt@greenview-resort.com"><img src="http://www.tutorials.de/forum/images/page08.jpg" alt="" name="image1" width="67" height="44" border="0" id="image1" 
	onMouseOver="MM_showMenu(window.mm_menu_0218112446_0,0,44,null,'image1')" 
	onMouseOut="MM_startTimeout();"></a></td>
    <td><img src="http://www.tutorials.de/forum/images/page09.jpg" alt="" width="100" height="44"></td>
  </tr>
  <tr>
    <td colspan="8" background="http://www.tutorials.de/forum/images/page11.jpg"><table width="778"  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="778" class="bg1"><table width="778" height="390"  border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td width="778" valign="top" class="bg2"><table width="778"  border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="27"><img src="http://www.tutorials.de/forum/images/spacer.gif" alt="" width="1" height="19"></td>
                <td width="482"><img src="http://www.tutorials.de/forum/images/spacer.gif" alt="" width="1" height="1"></td>
                <td width="47"><img src="http://www.tutorials.de/forum/images/spacer.gif" alt="" width="1" height="1"></td>
                <td width="208"><img src="http://www.tutorials.de/forum/images/spacer.gif" alt="" width="1" height="1"></td>
                <td width="14"><img src="http://www.tutorials.de/forum/images/spacer.gif" alt="" width="1" height="1"></td>
              </tr>
              <tr>
                <td>&nbsp;</td>
                <td valign="top"><table width="482"  border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td width="482"><a href="greenviewresort.html"><img src="http://www.tutorials.de/forum/images/index01.jpg" alt="" width="482" height="24" border="0"></a></td>
                  </tr>
                  <tr>
                    <td><img src="http://www.tutorials.de/forum/images/spacer.gif" alt="" width="1" height="16"></td>
                  </tr>
                  <tr>
                    <td class="align-justify"><!--DWLayoutEmptyCell-->&nbsp;</td>
                  </tr>
                  <tr>
                    <td><img src="http://www.tutorials.de/forum/images/spacer.gif" alt="" width="1" height="24"></td>
                  </tr>
                  <tr>
                    <td><table width="482"  border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td width="106"><a href="greenviewresort.html"><img src="http://www.tutorials.de/forum/images/index02.jpg" alt="" width="91" height="91" border="0"></a></td>
                        <td width="376" class="align-justify"><p><strong>Kuraburi Greenview Resort,</strong><br>
                          der perfekte weg um Komfort und Entspannung
                          zu kombinieren.<br>
                          Unser Resort liegt inmitten des tropischen Regenwaldes. Die Anlage umfasst 35 Superior Einzel und Doppelzimmer sowie Deluxe Bungalows und Suiten mit allen Annehmlichleiten die Sie sich w&uuml;nschen. <br>
                          <a href="/greenviewresort.html">Erfahren Sie<strong> <u>hier</u></strong> mehr</a><br>
                          <br>
</p>
                          </td>
                      </tr>
                    </table></td>
                  </tr>
                  <tr>
                    <td><img src="http://www.tutorials.de/forum/images/spacer.gif" alt="" width="1" height="18"></td>
                  </tr>
                  <tr>
                    <td><a href="greenviewtravel.html"><img src="http://www.tutorials.de/forum/images/index03.jpg" alt="" width="482" height="24" border="0"></a></td>
                  </tr>
                  <tr>
                    <td>&nbsp;</td>
                  </tr>
                  <tr>
                    <td><table width="482"  border="0" cellpadding="0" cellspacing="0" class="align-justify">
                      <tr>
                        <td width="80"><a href="/greenviewtravel.html"><img src="http://www.tutorials.de/forum/images/index04.jpg" alt="" width="67" height="67" border="0"></a></td>
                        <td width="147" class="align-justify"><br>
                          <br>
                          <br>
                          Kuraburi Pier, Tauchbasis und Liegeplatz unserer Boote ist Ausgangspunkt zu einem der 10 besten Tauchreviere der Welt. 
                          <br>
                          <br>
                          <br>
                          <br>
                        </td>
                        <td width="31" align="center"><img src="http://www.tutorials.de/forum/images/index06.jpg" alt="" width="1" height="61"></td>
                        <td width="81"><a href="/greenviewtravel.html"><img src="http://www.tutorials.de/forum/images/index05.jpg" alt="" width="67" height="67" border="0"></a></td>
                        <td width="143" class="align-justify"><br>
                          <br>
                          <br>
                          <br>
                          Surin Island, eine Gruppe von 5 Inseln zwischen Burma und Thailand eingegliedert in den Surin Nationalpark, eine<br>
                          unserer sch&ouml;nsten Touren
                          <br>
                          <br>
                          <br>
                          <br>
                          <br>
                        </td>
                      </tr>
                    </table></td>
                  </tr>
                </table></td>
                <td>&nbsp;</td>
                <td valign="top"><table width="208"  border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td width="12"><img src="http://www.tutorials.de/forum/images/spacer.gif" alt="" width="10" height="1"></td>
                    <td width="196"><img src="http://www.tutorials.de/forum/images/spacer.gif" alt="" width="1" height="21"></td>
                  </tr>
                  <tr>
                    <td>&nbsp;</td>
                    <td><a href="/gallerieausfluge.html"><img src="http://www.tutorials.de/forum/images/index07.jpg" alt="" width="188" height="24" border="0"></a></td>
                  </tr>
                  <tr>
                    <td>&nbsp;</td>
                    <td><img src="http://www.tutorials.de/forum/images/spacer.gif" alt="" width="1" height="11"></td>
                  </tr>
                  <tr>
                    <td>&nbsp;</td>
                    <td><a href="/gallerieausfluge.html"><img src="http://www.tutorials.de/forum/images/index08.jpg" alt="" width="188" height="78" border="0"></a></td>
                  </tr>
                  <tr>
                    <td>&nbsp;</td>
                    <td><img src="http://www.tutorials.de/forum/images/spacer.gif" alt="" width="1" height="21"></td>
                  </tr>
                  <tr>
                    <td class="align-justify text2">&nbsp;</td>
                    <td class="align-justify text2"><!--DWLayoutEmptyCell-->&nbsp;</td>
                  </tr>
                </table>
                          <form name="form1" method="post" action="">
                            <table width="208" height="131"  border="0" cellpadding="0" cellspacing="0">
                              <tr>
                                <td width="26" rowspan="5"><img src="http://www.tutorials.de/forum/images/index09.jpg" alt="" width="26" height="131"></td>
                                <td width="96" height="20"><img src="http://www.tutorials.de/forum/images/index11.jpg" alt="" width="96" height="20"></td>
                                <td width="60"><img src="http://www.tutorials.de/forum/images/index11a.jpg" alt="" width="60" height="20"></td>
                                <td width="26" rowspan="5"><img src="http://www.tutorials.de/forum/images/index10.jpg" alt="" width="26" height="131"></td>
                              </tr>
                              <tr>
                                <td height="37" colspan="2"><img src="http://www.tutorials.de/forum/images/index12.jpg" alt="" width="156" height="37"></td>
                              </tr>
                              <tr>
                                <td height="26" colspan="2" valign="top" background="http://www.tutorials.de/forum/images/index13.jpg"><input name="textfield" type="text" class="input1">
                                </td>
                              </tr>
                              <tr>
                                <td height="19" background="http://www.tutorials.de/forum/images/index14.jpg" class="text4"><a href="#">Erweitert...</a></td>
                                <td><input name="imageField" type="image" src="http://www.tutorials.de/forum/images/index15.jpg" width="60" height="19" border="0"></td>
                              </tr>
                              <tr>
                                <td height="29" colspan="2"><img src="http://www.tutorials.de/forum/images/index16.jpg" alt="" width="156" height="29"></td>
                              </tr>
                            </table>
                          </form></td>
                <td>&nbsp;</td>
              </tr>
            </table></td>
          </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
  <tr valign="top">
    <td colspan="8" background="http://www.tutorials.de/forum/images/page14.jpg"><table width="778"  border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="778" valign="top" class="bg3"><table width="778"  border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="27"><img src="http://www.tutorials.de/forum/images/spacer.gif" alt="" width="1" height="1"></td>
            <td width="482"><img src="http://www.tutorials.de/forum/images/spacer.gif" alt="" width="1" height="1"></td>
            <td width="47"><img src="http://www.tutorials.de/forum/images/spacer.gif" alt="" width="1" height="1"></td>
            <td width="208"><img src="http://www.tutorials.de/forum/images/spacer.gif" alt="" width="1" height="1"></td>
            <td width="14"><img src="http://www.tutorials.de/forum/images/spacer.gif" alt="" width="1" height="1"></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
            <td valign="top"><table width="482"  border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td><a href="preisealle.html"><img src="http://www.tutorials.de/forum/images/index19.jpg" alt="" width="223" height="24" border="0"></a></td>
                <td width="31" rowspan="3" align="center"><img src="http://www.tutorials.de/forum/images/index18.jpg" alt="" width="1" height="148"></td>
                <td><a href="/gallerietauchen.html"><img src="http://www.tutorials.de/forum/images/index20.jpg" alt="" width="228" height="24" border="0"></a></td>
              </tr>
              <tr>
                <td><img src="http://www.tutorials.de/forum/images/spacer.gif" alt="" width="1" height="19"></td>
                <td>&nbsp;</td>
              </tr>
              <tr>
                <td valign="top" class="align-justify"><p class="Stil1">Mit Greenview Resort und Greenview Travel erleben Sie die Natursch&ouml;nheiten Thailands ob an Land oder in der Andaman Sea zu ven&uuml;nftigen Preisen.</p>
                  <p class="Stil1">                    <br>
                    Mit g&uuml;nstigen Kombiangeboten erleben Sie das Land des L&auml;chelns von seinen sch&ouml;nsten Seiten. </p></td>
                <td valign="top"><table width="228"  border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td width="228"><a href="/gallerietauchen.html"><img src="http://www.tutorials.de/forum/images/index21.jpg" alt="" width="228" height="75" border="0"></a></td>
                  </tr>
                  <tr>
                    <td><a href="/gallerietauchen.html" class="Stil1">Besuchen Sie unsere Bildergallerie um zu sehen was Sie in der Unterwasserwelt der Andaman Sea und den Surin Islands erwartet. </a></td>
                  </tr>
                  <tr>
                    <td class="align-justify text2">&nbsp;</td>
                  </tr>
                </table></td>
              </tr>
            </table></td>
            <td>&nbsp;</td>
            <td valign="top"><a href="http://www.yourbooking.com/book/index.php?user=x6416c9735y378j6c4r6f3r" target="_blank"><img src="http://www.tutorials.de/forum/images/index17.jpg" alt="" width="208" height="168" border="0"></a></td>
            <td>&nbsp;</td>
          </tr>
          <tr>
            <td>&nbsp;</td>
            <td valign="top">&nbsp;</td>
            <td>&nbsp;</td>
            <td valign="top">&nbsp;</td>
            <td>&nbsp;</td>
          </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
  <tr align="center">
    <td height="68" colspan="8" background="http://www.tutorials.de/forum/images/page01.jpg"><table border="0" cellspacing="0" cellpadding="0">
      <tr class="link2">
        <td align="center" class="text4"><div align="center" class="link2"><a href="/home.html">Home</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;<a href="/impression.html">&nbsp;Impression</a>&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="/disclaimer.html">&nbsp;&nbsp;Disclaimer</a><a href="#" class="link2">&nbsp;&nbsp;</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;<a href="kontakt.html">Kontakt</a>&nbsp;&nbsp;&nbsp;&nbsp;|</div></td>
      </tr>
      <tr>
        <td><img src="http://www.tutorials.de/forum/images/spacer.gif" alt="" width="1" height="10"></td>
      </tr>
      <tr>
        <td align="center" class="text5">Copyright (c) 2008 GreenviewResort.net All rights reserved.</td>
      </tr>
    </table></td>
  </tr>
</table>
</body>
</html>
</pre></xmp></noscript>

Wenn mir jemand helfen könnte währe ich sehr dankbar
Greetz Wully
 
Zuletzt bearbeitet:
Hi,
Ich hab mir mit Dreamweaver ein Drop Down Menü gemacht und es funktioniert auch toll aber leider nicht im IE sondern nur mit Thunderbird! Das lustige wenn ich die Seite ofline mit IE teste geht es auch!
das lässt dann die Vermutung zu, dass du nicht alle erforderlichen Dateien auf den Webserver hochgeladen hast, oder die Pfade zu den eingebundenen Dateien nicht übereinstimmen.

Btw, "Thunderbird" ist kein Webbrowser sondern ein Email-Client.
 
Hy Maik

Sorry war schon spät gestern*gg* Ich meinte natürlich Firefox! Naja also wenn nicht alle Dateien am Sever sein sollten dann würde es doch mit Firefox auch nicht en oder? tut es aber nur im IE geht es nicht.
Noch ne Idee woran es liegen könnte?

Greetz Wully
 
Hi Wully,
wenn die Seite offline geht muss sie auch online gehen oder ?
Lade doch einmal alle Dateien, die zu deine Webseite gehören, neu hoch !
Probier das mal aus.
 
Hy@all

Also der Link zur Seite ist http://www.greenview-resort.net , das Menü existiert jedoch nur auf der der ersten ( Home ) Seite! Wie gesagt mit Firefox geht es mit IE nicht!

Hab auch die erforderlichen Dateien ( mm_menu.js ) alle am Server und im richtigen Ordner.
Danke für die Hilfe

Mfg Wully
 
Und was genau funktioniert nun bei dir im IE mit dem Dropdown-Menü nicht?

Das Submenü zu "Greenview Resort" wird bei mir im IE6 und IE7 problemlos geöffnet:

demo_Wully_ie6.jpg demo_Wully_ie7.jpg
 
Hallo Maik

So jetzt bin ich verblüfft und auch erleichtert das es doch geht! Bei mir zwar immer noch nicht aber naja :) Ich denke es ist bei meinem IE etwas falsch eingestellt muss da mal schauen.

Danke dir recht herzlich für die Hilfe

Greetz Wully

//nachtrag

Die Sicherheitseinstellungen bei mir im IE verhinderten das anzeigen des Menüs! Da ich diesen Browser nie benutze ist mir das nicht aufgefallen *gg*
 
Zuletzt bearbeitet:
Status
Nicht offen für weitere Antworten.

Neue Beiträge

Zurück