Neueste Web-Entwicklung Tutorials
 

HTML OnScroll Ereignisattribut

<HTML Event - Attribute

Beispiel

Führen Sie einen JavaScript , wenn ein <div> Element gewechselt wird:

<div onscroll="myFunction()">
Versuch es selber "

Definition und Verwendung

Das onscroll Attribut wird ausgelöst , wenn eines Scrollbar des Elements wird gescrollt werden.

Tipp: Verwenden Sie die CSS - overflow - Stil Eigenschaft eine Scrollbar für ein Element zu erstellen.


Browser-Unterstützung

Ereignisattribut
onscroll ja ja ja ja ja

Unterschiede zwischen HTML 4.01 und HTML5

Das onscroll Attribut ist neu in HTML5.


Syntax

<elementonscroll=" script ">

Werte Attribut

Wert Beschreibung
script Das Skript ausgeführt werden soll auf OnScroll

Technische Details

Unterstützte HTML-Tags: <address>, <blockquote>, <body>, <caption>, <center>, <dd>, <dir>, <div>, <dl>, <dt>, <fieldset>, <form>, <h1> to <h6>, <html>, <li>, <menu>, <object>, <ol>, <p>, <pre>, <select>, <tbody>, <textarea>, <tfoot>, <thead>, <ul>

Verwandte Seiten

HTML - DOM - Referenz: onscroll event


<HTML Event - Attribute