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.

popdownmenu

Empfohlene Antworten

Veröffentlicht

kann mir einer sagen ob ein pop down menü wie dieses:


<SCRIPT>

var cm=null;

document.onclick = new Function("show(null)")

function getPos(el,sProp) {

	var iPos = 0

	while (el!=null) {

		iPos+=el["offset" + sProp];

		el = el.offsetParent;

	}

	return iPos-1;

}


function show(el,m) {

	if (m) {

		m.style.display='';

		m.style.pixelLeft = getPos(el,"Left");

		m.style.pixelTop = getPos(el,"Top") + el.offsetHeight+6;

	}

	if ((m!=cm) && (cm)) 

		cm.style.display='none';

		cm=m;

	}

</SCRIPT>


<DIV ID="d1" onmouseover="show(this,ds1);" class="menu">intern</DIV>

<DIV ID="ds1" CLASS="submenu" STYLE="display:none">

<A HREF="intern/adressen.php" target="main">adressliste</A>

<BR>

<A HREF="intern/strafkatalog.php" target="main">strafkatalog</A>

<BR>

<A HREF="intern/strafliste.php" target="main">strafliste</A>

</DIV>

auch irgendwie so machbar ist das es aus einem frame einen anderen überdeckt?

oder kennt jemand ein anderes script welches das macht?

AFAIK ist sowas garnicht möglich! Das liegt an der Struktur der Frames - jedes Frame ist eine Webseite für sich - also können auch Layer o.ä. nicht mehrere Frames überlappen.

Was allerdings in ein anderes Frame überlappen kann, das sind normale Comboboxen, wie sie in Formularen verwendet werden. Vielleicht kannst du damit ja ein brauchbares Menü realisieren!

Die einzige andere Möglichkeit, die ich da sehe, ist entweder auf Frames oder das Menü zu verzichten...

ja in solchen situationen kann man immer froh sein wenn man die site mit tabellen erstellt hat. mit frames ist dies unmöglich..

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.