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.

fader

Empfohlene Antworten

Veröffentlicht

ich habe diesen code in meinen header getan welcher in einer tabelle ist es funktioniert auch aber jedesmal wenn ich mit dem cursor vom bild weggehe wird das bild heller als es normal ist woran kann das liegen?

hab schon bei dem onmouseover onmouseout nereidFade zahlen rumgespielt aber ich krieg es nicht hin damit es wieder die normale helligkeit kriegt?

hilfe

<script language="JavaScript">


nereidFadeObjects = new Object();

nereidFadeTimers = new Object();


function nereidFade(object, destOp, rate, delta){

if (!document.all)

return

   if (object != "[object]"){

       setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0);

       return;

   }


   clearTimeout(nereidFadeTimers[object.sourceIndex]);


   diff = destOp-object.filters.alpha.opacity;

   direction = 1;

   if (object.filters.alpha.opacity > destOp){

       direction = -1;

   }

   delta=Math.min(direction*diff,delta);

   object.filters.alpha.opacity+=direction*delta;


   if (object.filters.alpha.opacity != destOp){

       nereidFadeObjects[object.sourceIndex]=object;

       nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);

   }

}


</script> 
<a target="main" href="ps.html" onfocus="this.blur()"><IMG onmouseover=nereidFade(this,50,30,5) style="FILTER: alpha(opacity=20)" onmouseout=nereidFade(this,20,50,5)  src="ps.gif"  border=0></a>

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.