Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

wie interpretiert NS?

Empfohlene Antworten

Veröffentlicht

Hi Leute,

ich hab meinen code und der funzt im IE (6.0 SP1) zu 100% und im NS (7.1)wird eine blank seite angezeigt !! kann mir jemand sage warum?

Gruß

kills


<!doctype html public "-//W3C//DTD HTML 3.2 //EN">

<html>

<head>

   <title>k!cked - online gaming since 2003</title>

   <link rel="stylesheet" href="main.css" type="text/css">

   <script src="tools.js" type="text/javascript">

   </script>

</head>


<body>

<table cellspacing="0" cellpadding="0" style="width:100%; height:100%;">

   <tr>


      <td>

      </td>

   </tr>

   <tr style="height:69;">

      <td style="background-image: url('images/side_top.gif');">

          

      </td>

   </tr>

   <tr>


      <td>

      </td>

   </tr>

   <tr style="height:35;">

      <td style="background-image: url('images/side_bottom.gif');">

          

      </td>

   </tr>

   <tr>


      <td>

      </td>

   </tr>

</table>

</body>


</html>


Weil die Bilder nicht angezeigt werden?

Stimmt der Pfad?

Wenn ich deinen Code bei mir im Mozilla anschaue (mit Pfad auf eines meiner Images) funktioniert er.

Was machen tools.js und main.css?

Die Pfad müssen doch passen, da mein IE die Seite 100% genau so anzeigt wie ich das will.

main.css:


body

{

   display: inline;

   background-color: #CCCCCC;

   margin: 0px;

   margin-top: 0px;

   margin-bottom: 0px;

   margin-right: 0px;

   margin-left: 0px;

}


#content_body

{

   background-image:url("images/content_bg.gif");

   background-color:#727E6A;

   background-repeat: repeat-x;

   background-attachment: fixed;

}


.menu

{

   background-image:url("images/menu_bg.gif");

   width: 70px;

}


img

{

   border: 0px;

}


table

{

   border-color: black;

}


a:link, a:active, a:visited

{

   text-decoration: none;

   color: #000000;

}


a:hover

{

   text-decoration: underline;

   color: #2558A5;

}

die tools.js ist noch leer. keine functionen o.ä. drinne

PS:

die site kann übrigen auf eingesehen werden

is halt ein bissl lahm weil dsl :)

http://kills.no-ip.com/k!cked/

kurze frage zu Netscape:

Kann es sein das der NS eine Maximale Zahl von Frames unterstützt?

ich hab nämlich ma 12 reingebaut und da will der einfach net.

----------

gibt es sonst noch was, was mann bei frames beachten muss?

z.b. vielleicht den head nur in der datei in der das frameset aufgebaut wird und in den anderen nicht? o.ä.?

Gruß

kills

Ich hab mit Frames keine Probleme.

Ich muss hier eine Seite weiterpflegen die besteht aus 33 (!) Frames :D

Keine Probleme mit IE, NS, Mozilla oder Opera bekannt.

Zu http://kills.no-ip.com/k!cked/

ERROR

The requested URL could not be retrieved

While trying to retrieve the URL: http://kills.no-ip.com/k!cked/

The following error was encountered:

* Connection Failed

The system returned:

(110) Connection timed out

The remote host or network may be down. Please try the request again.

:D

Aber wo evtl dein Problem sein könnte:

<tr style="height:69;">

Gib da mal die Maßangebe mit an ;)

<tr style="height:69px">

Dann bist du auch HTML-Konform ;)

ja das mit dem webserver is klar, da ich den gestern vom netz genommen habe.

übers WE werd ich ihn nochmal einschalten dann kannst du auch ma nen blick drauf werfen :)!

das mit den Frames war ja nur eine Vermutung.

hab ich diese vielleicht falsch verschachtelt?


<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

<head>

   <title>k!cked - online gaming since 2003</title>

   <link rel="stylesheet" href="main.css" type="text/css">

</head>


<frameset cols="70%, 700 ,30%" framespacing="0" border="0" frameborder="0">

   <frameset rows="65%, 450, 25, 35%" framespacing="0" border="0" frameborder="0">

      <frame src="blank.php" noresize scrolling="no" marginwidth="0" marginheight="0">

      <frame src="frameset_left.php" noresize scrolling="no" marginwidth="0" marginheight="0">

      <frame src="blank.php" noresize scrolling="no" marginwidth="0" marginheight="0">

      <frame src="blank.php" noresize scrolling="no" marginwidth="0" marginheight="0">

   </frameset>


   <frameset rows="65%, 450, 25, 35%" framespacing="0" border="0" frameborder="0">

      <frame src="frameset_top.php" scrolling="no" noresize marginwidth="0" marginheight="0">

      <frame src="content.php" name="content" scrolling="no" noresize marginwidth="0" marginheight="0">

      <frame src="menu.php" scrolling="no" noresize marginwidth="0" marginheight="0">

      <frame src="blank.php" scrolling="no" noresize marginwidth="0" marginheight="0">

   </frameset>


   <frameset rows="65%, 450, 25, 35%" framespacing="0" border="0" frameborder="0">

      <frame src="blank.php" noresize scrolling="no" marginwidth="0" marginheight="0">

      <frame src="frameset_right.php" noresize scrolling="no" marginwidth="0" marginheight="0">

      <frame src="blank.php" noresize scrolling="no" marginwidth="0" marginheight="0">

      <frame src="blank.php" noresize scrolling="no" marginwidth="0" marginheight="0">

   </frameset>

</frameset>


<noframes>

"Frames" werden von Ihrem Browser nicht unterstützt.

</noframes>


<body>

</body>


</html>


also der besagte webserver ist nun das WE ON!

http://kills.no-ip.com/k!cked

Original geschrieben von kills

Hi Leute,

ich hab meinen code und der funzt im IE (6.0 SP1) zu 100% und im NS (7.1)wird eine blank seite angezeigt !! kann mir jemand sage warum?

Hallo,

füg in deinen <Head> die Zeile

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">

ein überprüf dann mal hier die Seite

Ein Grund dürfte z.B. dein CSS sein... Style kennt er da nicht! (HTML 3.2)

Der IE interessiert sich eben nicht für sowas...

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.