Hello all, I have a couple of questions regarding cursors on websites. I have read some things but it doesnt seem to work so I hope someone knows what is wrong.
My 1st question is that I made a gif file and changed the extension .cur. Is that the way to do it? I read somehwere else that you can make it from a .ico file and thats what I did to create my favicon.
Second question is the coding. I want it to be always on, not just on a rollover. here is me CSS:
<style type="text/css">
<!--
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-weight: bold;
}
body {
margin-left: 0px;
margin-top: 0px;
background-color: #000000;
background-image: url(cust_images/bg.gif);
}
a:link {
color: #663300;
text-decoration: none;
font-weight: bold;
}
a:visited {
text-decoration: none;
color: #663300;
}
a:hover {
text-decoration: underline;
color: #666600;
}
a:active {
text-decoration: none;
}
.style1 {color: #000000}
a {
font-weight: bold;
}
.style3 {font-size: 14px}
.style4 {font-size: 12px}
cursor : url("cursor2.cur"), pointer;
-->
</style>
The file is in my root directory. I appreciate any help I can get. Thank you.Second question is the coding. I want it to be always on, not just on a rolloverhtml{
cursor: url("cursor2.cur"), pointer;
}Thanks for your help but it just shows the hand cursor. Any other ideas??you can't just change the extension of an image, you need a cursor creating-program.
My 1st question is that I made a gif file and changed the extension .cur. Is that the way to do it? I read somehwere else that you can make it from a .ico file and thats what I did to create my favicon.
Second question is the coding. I want it to be always on, not just on a rollover. here is me CSS:
<style type="text/css">
<!--
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-weight: bold;
}
body {
margin-left: 0px;
margin-top: 0px;
background-color: #000000;
background-image: url(cust_images/bg.gif);
}
a:link {
color: #663300;
text-decoration: none;
font-weight: bold;
}
a:visited {
text-decoration: none;
color: #663300;
}
a:hover {
text-decoration: underline;
color: #666600;
}
a:active {
text-decoration: none;
}
.style1 {color: #000000}
a {
font-weight: bold;
}
.style3 {font-size: 14px}
.style4 {font-size: 12px}
cursor : url("cursor2.cur"), pointer;
-->
</style>
The file is in my root directory. I appreciate any help I can get. Thank you.Second question is the coding. I want it to be always on, not just on a rolloverhtml{
cursor: url("cursor2.cur"), pointer;
}Thanks for your help but it just shows the hand cursor. Any other ideas??you can't just change the extension of an image, you need a cursor creating-program.