hi all,
this css hide cursor point over a link.
.bck{
cursor: url(blank.gif) , default;
}
prob is that works in FF but not in IE....
any suggestion appreciated...
thnx
hi all,
this css hide cursor point over a link.
.bck{
cursor: url(blank.gif) , default;
}
prob is that works in FF but not in IE....
any suggestion appreciated...
thnx
try the cursor:none code in the css to see what it gives in IE.
try the cursor:none code in the css to see what it gives in IE.
acctu i have a map ... when user select some area on map , coordinates store in db
and fetch by php to show coordinates to user using map area element.(using jquery +ajax). but clients wnts that
when user mouseover that coordinates hand point will not be visible. default cursor has to be shown for all browsers.
search on google gives result-------------* {cursor: default;}
above works in ff and IE but after checking in safari it fails
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.