das ist mein css text und ich möchte gerne cursor3.png nicht als div definieren.
weiss jemand was der befehl für text/font ist, habe schon vieles ausprobiert.
Code:
body
{
background-image: url(images/button_image/background.png);
cursor: url(images/button_image/cursor.png), auto;
color: #FFFFFF;
}
.t1
{
background-image: url(images/button_image/bg1.png);
}
.t2
{
background-image: url(images/button_image/bg2.png);
}
.t3
{
background-image: url(images/button_image/backtabelle.png);
}
.t4
{
background-image: url(images/button_image/background_body.png);
padding:60px;
}
table, tr, td, th
{
cursor: url(images/button_image/cursor.png), auto;
}
.font
{
cursor: url(images/button_image/cursor3.png), auto;
}
p
{
text-align:justify;
}
input:hover
{
text-decoration: none;
color: #666666!important;
}
.button
{
background-image: url(images/button_image/button.png);
height: 26px;
width: 100px;
border: 0px;
color: #BBBBBB;
cursor: url(images/button_image/cursor2.png), auto;
}
a
{
text-decoration:none;
}
a:active
{
color:#444444;
cursor: url(images/button_image/cursor2.png), auto;
}
a:link
{
color:#CCCCCC;
cursor: url(images/button_image/cursor2.png), auto;
}
a:visited
{
color:#CCCCCC;
cursor: url(images/button_image/cursor2.png), auto;
}
a:hover
{
color:#AAAAAA;
cursor: url(images/button_image/cursor2.png), auto;
}