Probleme bei Darstellung in Netscape 7.02
Veit R. Stoermer
- javascript
0 Gegge0 Axel Richter0 08/15
Meine Seite wird in einem Frameset geladen. Ich habe nun im oberen Frame
head.htm) ein externes Javascript eingebunden, um beim Mouseover nützliche Tooltipps anzuzeigen. Im IE wird alles genau so angezeigt, wie ich es mir vorstelle.
Doch im Netscape 7.02 wird das Script nicht angezeigt. Lade ich jedoch nur den oberen Frame als separate Seite, funktioniert alles perfekt.
---CODE FRAMESET--------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>MEGAPOINT ... Willkommen im Web!!!</title>
<META NAME="Author" CONTENT="Veit R. Stoermer">
<META NAME="Publisher" CONTENT="Veit R. Stoermer">
<META NAME="Copyright" CONTENT="MEGAPOINT MEDIA">
<META NAME="Keywords" CONTENT="webdesign, internet, grafikdesign, homepage, website, site, hosting, webspace, preiswert, kompetent, email, php, cgi, mysql, sql, datenbanken ">
<META NAME="Description" CONTENT="MEGAPOINT bringt Sie ins Internet.">
<META NAME="page-topic" CONTENT="Business">
<META NAME="audience" CONTENT="Alle">
<META NAME="expires" CONTENT="NEVER">
<META NAME="page-type" CONTENT="Kommerzielle Organisation">
<META NAME="robots" CONTENT="NOINDEX,FOLLOW">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="imagetoolbar" content="no">
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<link rel="icon" href="favicon.ico" type="image/ico">
<SCRIPT language="JavaScript1.2" src="http://www.megapoint.biz/main.js" type="text/javascript"></SCRIPT>
</head>
<frameset rows="122,*" cols="*" framespacing="0" frameborder="NO" border="0">
<frame src="head.htm" name="topFrame" scrolling="NO" noresize >
<frame name="mainFrame" src="index2.htm">
</frameset>
<noframes><body>
<DIV id="TipLayer" style="visibility:hidden;position:absolute;z-index:1000;top:-100"></DIV>
<SCRIPT language="JavaScript1.2" src="http://www.megapoint.biz/style.js" type="text/javascript"></SCRIPT>
</body></noframes>
</html>
------------------------------
---CODE head.htm--------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>MEGAPOINT ... and the web goes round !!!</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="http://www.megapoint.biz/css/mp_neu.css" type="text/css">
<SCRIPT language="JavaScript1.2" src="http://www.megapoint.biz/main.js" type="text/javascript"></SCRIPT>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div id="TipLayer" style="visibility:hidden;position:absolute;z-index:1000;top:-100"></div>
<script language="JavaScript1.2" src="http://www.megapoint.biz/style.js" type="text/javascript"></SCRIPT>
<table width="100%" height="108px" border="0" cellpadding="0" cellspacing="0" background="images/bg_o_logo.jpg">
<!--DWLayoutTable-->
<tr>
<td width="98" rowspan="2" valign="top"><div align="center"><img src="images/bg_m_logo.jpg" width="98" height="103"></div></td>
<td width="67" height="32"> </td>
<td width="100%" valign="middle"><font size="2" face="Arial, Helvetica, sans-serif"><a href="index2.htm" target="mainFrame" onMouseOver="stm(Text[0],Style[7])" onMouseOut="htm()">HOME</a>
| <a href="aktion.htm" target="mainFrame" onMouseOver="stm(Text[1],Style[7])" onMouseOut="htm()"><font color="#FF0000">AKTIONEN</font></a>
| <a href="webdesign.htm" target="mainFrame" onMouseOver="stm(Text[2],Style[5])" onMouseOut="htm()">WEBDESIGN</a>
| <a href="hosting_pakete.htm" target="mainFrame" onMouseOver="stm(Text[3],Style[7])" onMouseOut="htm()">WEBSPACE</a> | <a href="hosting.htm" target="mainFrame" onMouseOver="stm(Text[4],Style[7])" onMouseOut="htm()">HOSTING</a>
| <A HREF="whois.htm" target="mainFrame" onMouseOver="stm(Text[5],Style[7])" onMouseOut="htm()">WHOIS</a> | <a href="referenzen.htm" target="mainFrame" onMouseOver="stm(Text[6],Style[7])" onMouseOut="htm()">REFERENZEN</a>
| <a href="faq.htm" target="mainFrame" onMouseOver="stm(Text[7],Style[7])" onMouseOut="htm()">F.A.Q.</a> | <a href="login_start.htm" target="mainFrame" onMouseOver="stm(Text[8],Style[5])" onMouseOut="htm()">LOGIN</a>
| <a href="service.htm" target="mainFrame" onMouseOver="stm(Text[9],Style[7])" onMouseOut="htm()">SERVICE</a> | <a href="mailto:info@megapoint.biz" onMouseOver="stm(Text[10],Style[7])" onMouseOut="htm()">KONTAKT</a>
| <a href="impressum.htm" target="mainFrame" onMouseOver="stm(Text[11],Style[7])" onMouseOut="htm()">IMPRESSUM</a></font></td>
</tr>
<tr>
<td height="71"></td>
<td></td>
</tr>
<tr>
<td height="1"><img src="images/spacer.gif" alt="" width="98" height="1"></td>
<td><img src="images/spacer.gif" alt="" width="67" height="1"></td>
<td></td>
</tr>
</table>
</body>
</html>
------------------------------
Bitte helft mir, weil ich eigentlich keine Probleme mit JS habe. Bloss hier bin ich am Ende.
Beste Grüße
Veit
Hallo Veit,
Ich habe keinen Netscape 7.02, kann Dir aber versichern, dass
mit meinem Netscape 7.1 keine Probleme mit dem Script aufgetreten sind. (Die Tooltips wurden angezeigt)
Gruß Gegge
Hallo,
Meine Seite wird in einem Frameset geladen. Ich habe nun im oberen Frame
head.htm) ein externes Javascript eingebunden, um beim Mouseover nützliche Tooltipps anzuzeigen. Im IE wird alles genau so angezeigt, wie ich es mir vorstelle.Doch im Netscape 7.02 wird das Script nicht angezeigt. Lade ich jedoch nur den oberen Frame als separate Seite, funktioniert alles perfekt.
Dein Server liefert Die main.js mit dem Content-Type "text/html" aus. Das sollte er nicht tun. Der richtige Content-Type wäre "application/x-javascript".
viele Grüße
Axel
Hi !
Keine Layer im Netscape 7.02, das stimmt !!!
:o((
Du hast versucht 'DHTML tip message version 1.2' von
Essam Gamal
mailto:migoicons@hotmail.com
http://migoicons.tripod.com
featured at
http://www.dynamicdrive.com
in einen Frame zu zwingen und nun klappt's mit N7.02 nicht !!
Wer soll sich jetzt durch den Code wuehlen !?
Warum richtet ihr euch nicht an die Autoren selbst die das alles ausbaldowert haben und den Code aus dem ff kennen !?
Da du nur 2 der vielen Gimmicks des Originals verwendest - 2mal bleibt der Layer sichtbar, ansonsten verschwindet er wieder bei OnMouseOut- ist das Skript fuer deine Zwecke ohnehin
überdimensioniert . . .
Den Effekt den du erzeugst, kannst du wesentlich einfacher haben ohne
so ein Wahnsinns-Teil . . .
No idea, anyway !!
Aber sag Bescheid, wenn du die Loesung findest . . .
:o)