Programming C# C++ (7) Delphi (52) Java (108) JavaScript (31) Document (8) Events (24) ExtJS (57) Strings (117) perl (441) php (884) VBScript (131) Visual Basic (3539) ![]() |
How to change the cursor?
![]() Question: Is it possible to select a certain cursor (e.g. the hour glass) for a web page?Answer: Internet Explorer offers this since version 4 and Netscape since version 6. The relevant property is document.body.style.cursor.You can script it as shown in the example or make it part of a CSS (makes less sense in my opinion). Note:
Content-type: text/html
Comments:
|