WCM Forum

WCM Forum (http://www.wcm.at/forum/index.php)
-   Programmierung (http://www.wcm.at/forum/forumdisplay.php?f=17)
-   -   DHTML: Mauszeiger verändern (http://www.wcm.at/forum/showthread.php?t=24327)

Gironimo 25.06.2001 23:01

DHTML: Mauszeiger verändern
 
Wie kann man per DHTML den Mauszeiger verändern, zB in eine Hand?

Ich hatte mal Unterlagen dazu, nur finde ich sie nicht mehr. Könnte mir jemand dabei weiterhelfen?

Danke.
Gironimo

renew 26.06.2001 15:12

Ich nehm einmal an, du meinst mit StyleSheets. ;)

Für eine Hand würd das so gehen:
Code:

<html>
<head>
<style>
  .hand {CURSOR: pointer;}
</style>
</head>

<body>
<h1 class="hand"> TEXT</h1>
</body>
</html>


Gironimo 26.06.2001 20:46

he echt spitze *lol*
 
werd ich gleich mal ausprobieren.

jetzt, wo ich weiß, dass das ganze über CSS funktioniert, hab ich das betreffende Kapitel auch im Selfhtml gefunden. danke für die Hilfe!


Alle Zeitangaben in WEZ +2. Es ist jetzt 03:26 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© 2009 FSL Verlag