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.

Empfohlene Antworten

Veröffentlicht

hi leute!!!!

eine frage , ich bastele noch an meiner hp und wollte wissen, ob mir einer einen tipp geben kann, wie ich das programmiere dass der hintergrund fest ist und nur der text darauf verschoben wird, wenn man runterscrollt???

hat jemand eine idee???

thanks!!! maxi

Oder mit nem Stylesheet:

body {

background-attachment : fixed;

background-image : url(DEINEDATEI);

}

wie so oft auch ein Internet Explorer only Feature (oder kann der neue Netscape das mitlerweile?).

Original geschrieben von Valium

Oder mit nem Stylesheet:

body {

background-attachment : fixed;

background-image : url(DEINEDATEI);

}

wie so oft auch ein Internet Explorer only Feature (oder kann der neue Netscape das mitlerweile?).

Also soweit ich weiß ist das kein IE-Only-Feature, sondern Bestandteil des CSS-Standards (ich meine sogar CSS Level1).

Damit das Bild auch nicht kachelt, könnte man noch:

background-repeat : no-repeat;

mit angeben.

Daß Netscape 4x das nicht kann, weiß ich aus dem Kopf nicht, es würde mich aber nicht sonderlich überraschen :D

HTH,

EvilInside

In Frontpage geht das glaub ich mit nem Befehl, der "Wasserzeichen" oder so heißt.

bei netscape geht das nich...

leichter is das, wenn man einfach eine tabelle in

der größe des hintergundbildes einfügt und

das hintergrundbild dann als tabellenhintergrund nimmt.

hat man mehrere frames...muß man das bild halt zerschneiden...

Original geschrieben von jomama

Natürlich geht das in Netscape, bgproperties=fixed geht überall!

Und der Tabellenhintergrund würde ja auch mitscrollen, ist also Humbug.

Falsch für Version 4.x.

--> RTFM

Gruss

Matze

  • 4 Wochen später...
Original geschrieben von jomama

Natürlich geht das in Netscape, bgproperties=fixed geht überall!

Und der Tabellenhintergrund würde ja auch mitscrollen, ist also Humbug.

pffffff...bevor du hier solche posting...so

von wegen "humbug" machst,

würde ich mir mal die selfhtml genauer angucken! :rolleyes:

so ma n zitat aussa selfhtml an den spacko da......

Der MS Internet Explorer kennt ein zusätzliches Attribut bgproperties="fixed" im einleitenden 

<body>-Tag, mit dem Sie ein unbewegliches Hintergundbild erzeugen können. Dieses Attribut gehörte 

jedoch nie zum HTML-Standard und 

lässt sich auch durch eine CSS-Angabe ersetzen, z.B. so:

<body style="background-image:url(background.jpg); background-attachment:fixed;">

der böse john... :D

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

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.