Mauszeiger wird nicht als Grafik angezeigt
Morpheus
- css
Hallo ich stresse das Forum heute doch noch eine Frage
Ich habe den Mauszeiger für mein Webprojekt mitlerweile soweit das er als "hand, auto, crosshair und weitere funktioniert. Nur als Grafik bekomme ich den IE nicht dazu mir diese anzeigen zu lassen.
Ich benutze den IE 6. Der soll das können.
hier mal mein Quellcode
"<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
table { cursor:url(maus.jpg)}
-->
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="100%">
<tr>
<td width="40%">ccc</td>
<td width="26%">ccc</td>
<td width="34%">cccc</td>
</tr>
<tr>
<td width="40%">ccc</td>
<td width="26%"> </td>
<td width="34%">ccccc</td>
</tr>
<tr>
<td width="40%">cc</td>
<td width="26%"> </td>
<td width="34%">cccc</td>
</tr>
</table>
</body>
</html>"
Vielen Dank im Voraus für eure Hilfe
Ciao Morpheus
Hallo Morpheus,
table { cursor:url(maus.jpg)}
die URI muss in Anführungszeichen stehen, und es werden nur die Formate .cur und .ani unterstützt.
Gruß,
Martin
Vielen Dank,
der Tipp war Gold wert !!