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.

HTML Layer

Empfohlene Antworten

Veröffentlicht

Hi,

ich versuche gerade verzweifelt einen Layer in eine HTML Seite einzubauen, da das

nicht funktoniert habe ich mir einfach mal das Beispiel von Self-Html geholt und damit

etwas rumprobiert:


<html>
<head>
<title>Text des Titels</title>
</head>
<body>

<layer id="Beispiel_ID" name="Beispielname" top="150" left="250" width="300">

<h1>Irgendwo auf Ihrem Bildschirm ...</h1>
<p>Alles, was Sie hier sehen, ist in einen Layer
integriert. Auch das folgende Bild:</p>

</layer>

</body>
</html>
[/PHP]

Sollte der Text nicht irgendwie verschoben werden wenn ich den top bzw left

Wert ändere?

Gruß

Guybrush

Mach das so, dann geht das auch.


<html>

<head>

<title>Text des Titels</title>

</head>

<body>


<div id="Layer1" style="position:absolute; left:250px; top:150px; width:300px; height:500px; z-index:1">


<h1>Irgendwo auf Ihrem Bildschirm ...</h1>

<p>Alles, was Sie hier sehen, ist in einen Layer

integriert. Auch das folgende Bild:</p>


</div>


</body>

</html>

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.