Robin: Quelltext (willkürlich?) in Frames dargestellt

Habe ein relativ aufwendiges FRAMESET aufgebaut, dass im IE ohne Probleme funktioniert. Netscape zeigt allerdings anscheinend willkürlich den Quelltext (des zugrundegelegten Stylesheets) an, anstatt die Seite zu interpretieren und entsprechend darzustellen - das Frameset an sich ist allerdings korrekt aufgebaut. Der Clou: Wenn ich die Frame akualisiere funktioniert es auch in Netscape.

Das gleiche gilt für eine Grafik, die eine Art Balken über der gesamten Site darstellt. Beim Erstmaligen Laden in Netscape wird diese nicht genau im linken oberen Eck dargestellt. Aktualisiere ich die Frame, passt es wieder genau.

Hatte jemand von Euch schon dieses Problem?

Vielen Dank für Eure Antworten,

Robin

  1. hallo unbekannter,

    ohne source oder url wirst du lange auf hilfe hoffen.

    gruß stefan

    p.s. an- und abrede sind selfverständlich

    1. hallo unbekannter,

      ohne source oder url wirst du lange auf hilfe hoffen.

      gruß stefan

      p.s. an- und abrede sind selfverständlich

      Hey Stefan,

      bin neu im Forum und kenne die Spielregeln noch nicht - vielen Dank für den Hinweis. Die Angabe einer Mailadresse ist immer so eine Sache...

      Den Code betreffend - kommt hier die Antwort:

      Die Frameseite ist mit folgendem Code aufgebaut:

      <html>
      <head>
      <title>Frameseite</title>
      </head>

      <frameset border="0" frameborder="0" rows="*,500,*">
      <frame name="oben_leer" src="leer.htm" scrolling="no"frameborder="0"marginheight="0" target="_blank">
      <frameset border="0"frameborder="0" cols="*,796,*">
      <frame name="leer_links" src="leer.htm" scrolling="no" frameborder="0" marginheight="0" Topmargin="1" target="_self">
      <frameset border="0" frameborder="0" rows="34,*">
      <frame name="kopf" src="kopf.htm" scrolling="no" frameborder="0" marginheight="0" Topmargin="1" target="_self">
      <frame name="haupt" src="haupt.htm" scrolling="no" frameborder="0" marginheight="0">
      </frameset>
      <frame name="leer_rechts" src="leer.htm" scrolling="no" frameborder="0" marginheight="0" Topmargin="1" target="_self">
      </frameset>
      <frame name="unten_leer"src="leer.htm"scrolling="no"frameborder="0"marginheight="0" target="_blank">
      </frameset>
      </html>

      Nur exemplarisch mal die falsch dargestellte HTML Datei im Frame 'leer_rechts' (hier wird ohnehin immer die gleiche HTML Datei benutzt):

      <html>

      <head>
      <title></title>
      <link rel=stylesheet type="text/css" href="site.css">

      <script language="JavaScript">
      <!-- Begin
      if (window == top) top.location.href = "Default.htm";
      // End -->
      </script>

      <base target="_blank">

      </head>

      <body bgcolor="#EFEFEF">

      </body>

      Das Style-Sheet funktioniert ansonsten auf allen Seite ohne Probleme.

      Ich hoffe, Ihr könnt mir mit diesen Angaben weiterhelfen.

      Freu' mich auf Eure Antworten,

      Robin Wunsch

      1. ich nochmal,

        kann ich nicht nachvollziehen. wenn immer die seite leer.htm geladen wird ist es auch unlogisch, daß es mal geht mal nicht. wie sieht das css aus?

        stefan

        1. » ich nochmal,

          kann ich nicht nachvollziehen. wenn immer die seite leer.htm geladen wird ist es auch unlogisch, daß es mal geht mal nicht. wie sieht das css aus?

          stefan

          Hey Stefan,

          genau das dachte ich auch. Hier das CSS:

          <style>
          <!--

          /\* Grundsätzliche Definition der Schriftart Arial über alle Klassen hinweg \*/  
          

          h1, h2, h3, p,h1,h2,h3,h4,a.br12,a.br11,a.blk15,a.br15,a.w12,a.w14,ul,ol,li,div,td,td.klein, th,address,blockquote,nobr,b,i
               { font-family:Arial,sans-serif;color=#000000;font-size:12px;font-weight:normal;font-style:normal;text-decoration:none;}
          /* body */
            body.background {background-image:url(pics/52.gif);background-repeat:repeat;}
          /*Leistungstrenner ( trennt die Überschriften der einzelnen Leistungen voneinander) */
          p.leistungstrenner {font-size:15px; color:black; text-decoration: none; font-weight:normal; font-style: normal;}

          /\* Listen \*/  
          

          li {font-size:12px;}
            
          /* Definition der Schriftgrößen in normalen Absätzen */
            
            p {color:000000;font-size:12px;font-weight:normal;font-style:normal;text-decoration:none;}
            p.11 {font-size:11px}
            p.11blau {font-size:11px;color:#1848C8;}
            p.12 {font-size:12px}
            p.13 {font-size:13px}
            p.14 {font-size:14px}
            p.15 {font-size:15px}
            p.15b{font-size:15px;font-weight:bold}
            p.br15 {color:#1848C8; text-decoration:none;font-size:15px;font-weight:bold;}
            p.titel {color:#000000;font-size:15px;font-weight:bold;padding-right:9mm;padding-bottom:2mm;font-style:normal;text-decoration:none;}
            p.15blaufett {font-size:15px;color:#1848C8;font-weight:bold;}
            
            /* eingerückt */
            p.einrueck12 {font-size:12px; margin-left:1cm; margin-right:1cm;}
            p.einrueck15 {font-size:15px; margin-left:1cm; margin-right:1cm;}
              
          /* blockquote */
            blockquote {color:000000;font-size:12px;font-weight:normal;font-style:normal;text-decoration:none;}
            /* gross */
            blockquote.15 {font-size:15px}
            
          /* Tabellen mit unterschiedlichen Hintergründen */
            table.hellgrau {background-color:white; color: black;}
            table.dunkelgrau {background-color:#E0E0E0; color: black;}
            
          /* Definition der unterschiedlichen Hyperlinks in den entsprechenden Farben */

          /* blaurot */
              
               /* sehr klein */
             A.br11:link {color:#1848C8; text-decoration:none;font-size:11px;font-weight:bold;}
             A.br11:visited {color:#1848C8; text-decoration:none;font-size:11px;font-weight:bold;}
             A.br11:active {color:#1848C8; text-decoration:none;font-size:11px;font-weight:bold;}
             A.br11:hover {color:black; text-decoration:none;font-size:11px;font-weight:bold;}

          /*klein */
             A:link {color:#6466CD; text-decoration:none;font-size:12px;font-style:normal;font-weight:normal;}
             A:visited {color:#6466CD; text-decoration:none;font-size:12px;font-style:normal;font-weight:normal;}
             A:active {color:#6466CD; text-decoration:none;font-size:12px;font-style:normal;font-weight:normal;}
             A:hover {color:#000000; text-decoration:none;font-size:12px;font-style:normal;font-weight:normal;}
            /*klein und fett*/
             A.fett:link {color:#6466CD; text-decoration:none;font-size:12px;font-style:normal;font-weight:bold;}
             A.fett:visited {color:#6466CD; text-decoration:none;font-size:12px;font-style:normal;font-weight:bold;}
             A.fett:active {color:#6466CD; text-decoration:none;font-size:12px;font-style:normal;font-weight:bold;}
             A.fett:hover {color:#000000; text-decoration:none;font-size:12px;font-style:normal;font-weight:bold;}
            /*14 */
             A.14:link {color:#6466CD; text-decoration:none;font-size:14px;font-style:normal;font-weight:normal;}
             A.14:visited {color:#6466CD; text-decoration:none;font-size:14px;font-style:normal;font-weight:normal;}
             A.14:active {color:#6466CD; text-decoration:none;font-size:14px;font-style:normal;font-weight:normal;}
             A.14:hover {color:#000000; text-decoration:none;font-size:14px;font-style:normal;font-weight:normal;}
            /*14 und fett */
             A.14b:link {color:#6466CD; text-decoration:none;font-size:14px;font-style:normal;font-weight:bold;}
             A.14b:visited {color:#6466CD; text-decoration:none;font-size:14px;font-style:normal;font-weight:bold;}
             A.14b:active {color:#6466CD; text-decoration:none;font-size:14px;font-style:normal;font-weight:bold;}
             A.14b:hover {color:#000000; text-decoration:none;font-size:14px;font-style:normal;font-weight:bold;}
               /*klein */
             A.br12:link {color:#1848C8; text-decoration:none;font-size:12px;font-weight:bold;}
             A.br12:visited {color:#1848C8; text-decoration:none;font-size:12px;font-weight:bold;}
             A.br12:active {color:#1848C8; text-decoration:none;font-size:12px;font-weight:bold;}
             A.br12:hover {color:black; text-decoration:none;font-size:12px;font-weight:bold;}

          /*klein */
             A.br13:link {color:#1848C8; text-decoration:none;font-size:13px;font-weight:bold;}
             A.br13:visited {color:#1848C8; text-decoration:none;font-size:13px;font-weight:bold;}
             A.br13:active {color:#1848C8; text-decoration:none;font-size:13px;font-weight:bold;}
             A.br13:hover {color:#000000; text-decoration:none;font-size:1213px;font-weight:bold;}

          /*klein und unterstrichen*/
             A.br13u:link {color:#1848C8; text-decoration:underline;font-size:13px;font-weight:bold;}
             A.br13u:visited {color:#1848C8; text-decoration:underline;font-size:13px;font-weight:bold;}
             A.br13u:active {color:#1848C8; text-decoration:underline;font-size:13px;font-weight:bold;}
             A.br13u:hover {color:black; text-decoration:underline;font-size:13px;font-weight:bold;}

          /* gross */
                
             A.br15:link {color:#1848C8; text-decoration:none;font-size:15px;font-weight:bold;}
             A.br15:visited {color:#1848C8; text-decoration:none;font-size:15px;font-weight:bold;}
             A.br15:active {color:#1848C8; text-decoration:none;font-size:15px;font-weight:bold;}
             A.br15:hover {color:black; text-decoration:none;font-size:15px;font-weight:bold;}

          /* gross, nicht fett */
                
             A.br15n:link {color:#6466CD; text-decoration:none;font-size:15px;font-weight:normal;}
             A.br15n:visited {color:#6466CD; text-decoration:none;font-size:15px;font-weight:normal;}
             A.br15n:active {color:#6466CD; text-decoration:none;font-size:15px;font-weight:normal;}
             A.br15n:hover {color:black; text-decoration:none;font-size:15px;font-weight:normal;}
            
            /* gross und unterstrichen*/
                
             A.br15u:link {color:#6466CD; text-decoration:underline;font-size:15px;font-weight:bold;}
             A.br15u:visited {color:#6466CD; text-decoration:underline;font-size:15px;font-weight:bold;}
             A.br15u:active {color:#6466CD; text-decoration:underline;font-size:15px;font-weight:bold;}
             A.br15u:hover {color:black; text-decoration:underline;font-size:15px;font-weight:bold;}

          /* gross und schwarz*/
                
             A.blk15:link {color:black; text-decoration:none;font-size:15px;font-weight:bold;}
             A.blk15:visited {color:black; text-decoration:none;font-size:15px;font-weight:bold;}
             A.blk15:active {color:black; text-decoration:none;font-size:15px;font-weight:bold;}
             A.blk15:hover {color:#1848C8; text-decoration:none;font-size:15px;font-weight:bold;}

          A.blk14:link {color:black; text-decoration:none;font-size:14px;font-weight:bold;}
             A.blk14:visited {color:black; text-decoration:none;font-size:14px;font-weight:bold;}
             A.blk14:active {color:black; text-decoration:none;font-size:14px;font-weight:bold;}
             A.blk14:hover {color:#1848C8; text-decoration:none;font-size:14px;font-weight:bold;}

          A.blk13:link {color:#000000; text-decoration:none;font-size:13px;font-weight:bold;font-style:normal;}
             A.blk13:visited {color:#000000; text-decoration:none;font-size:13px;font-weight:bold;font-style:normal;}
             A.blk13:active {color:#000000; text-decoration:none;font-size:13px;font-weight:bold;font-style:normal;}
             A.blk13:hover {color:#1848C8; text-decoration:none;font-size:13px;font-weight:bold;font-style:normal;}
              
              /* weiss */
              
             /* mini */
                
             A.w10:link {color:white; text-decoration:none;font-size:10px;}
             A.w10:visited {color:white; text-decoration:none;font-size:10px;}
             A.w10:active {color:white; text-decoration:none;font-size:10px;}
             A.w10:hover {color:white; text-decoration:none;font-size:10px;font-weight:bold;}

          /* sehr klein */
                
             A.w11:link {color:white; text-decoration:none;font-size:11px;}
             A.w11:visited {color:white; text-decoration:none;font-size:11px;}
             A.w11:active {color:white; text-decoration:none;font-size:11px;}
             A.w11:hover {color:white; text-decoration:none;font-size:11px;font-weight:bold;}

          /* klein */
                
             A.w12:link {color:white; text-decoration:none;font-size:12px;}
             A.w12:visited {color:white; text-decoration:none;font-size:12px;}
             A.w12:active {color:white; text-decoration:none;font-size:12px;}
             A.w12:hover {color:white; text-decoration:none;font-size:12px;font-weight:bold;}
              
             /* gross */
            
             A.w14:link {color:white; text-decoration:none;font-size:14px;}
             A.w14:visited {color:white; text-decoration:none;font-size:14px;}
             A.w14:active {color:white; text-decoration:none;font-size:14px;}
             A.w14:hover {color:white; text-decoration:none;font-size:14px;font-weight:bold;}
              
          /* Definition der kleinen Zelleneinträge*/
             td.klein { font-size:10px; }

          /* Presseüberschriften in drei Größen */

          h1 { font-size:22px; font-weight=bold}
            h2 { font-size:13px; font-weight=bold}
            h3 { font-size:13px;}
          -->
          </style>

          Knifflige Sache, vielleicht findest Du etwas, würde mich mehr als freuen,

          Robin Wunsch

          1. re hi,

            schon heftig, streiche doch erstmal die css auf das nötigste zusammen
            bsp.:
            A.br12:link {color:#1848C8; text-decoration:none;font-size:12px;font-weight:bold;}
               A.br12:visited {color:#1848C8; text-decoration:none;font-size:12px;font-weight:bold;}
               A.br12:active {color:#1848C8; text-decoration:none;font-size:12px;font-weight:bold;}
               A.br12:hover {color:black; text-decoration:none;font-size:12px;font-weight:bold;}

            mach aus 4 def. 2

            gruß stefan.

            p.s. hast du das css validieren lassen? wenn nicht mach mal. und dann check mal deine seiten bei http://validator.w3.org eventuell kommt da was bei raus. ansonsten wäre meine letzte idee, wenn es immer die selbe datei ist die im frame geladen wird: falsche verlinkung.

            viel glück stefan

            1. Hey Stefan,

              den Validator kannte ich gar nicht. Vielen Dank für den Hinweis.

              Werde mein Glück austesten - vielen Dank für Deine ausführlichen Bemühungen.

              Viele Grüße

              Robin

      2. Hallo Robin,

        mal was ganz anderes. Check dein Frameset mal unter 800 x 600.
        ich würde maximal 450 x 770 (777px)nehmen.

        Rocco

  2. Moin

    stell bei solchen Problemen die Seiten bitte online, das ist einfacher für alle

    Viele Grüße

    Swen

  3. Hi

    also ich kenne es eigentlich so , das Netscape immer dann wenn man das
    CSS verändert hat es das erstmal danach als Source anzeigt.. danach geht
    dann wieder.
    Ich denke mal das ist einer der <ironie>wenigen Bugs</ironie> im NC und
    würde mir da weiter nix bei denken :)

    gruss
    Jens