Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
151 views

I've been having the following exception everytime I try to run anything containing a customized cursor in a java swing component: Warning: cursor image loaded 32 32 [AwtExceptionHandler:45] Error in ...
Nom's user avatar
  • 15
1 vote
0 answers
217 views

I’d like to achieve a visual effect where the mouse cursor appears as a hand (or pointing finger) that always points toward a specific button on the screen. This behavior should persist even when the ...
Martin Kakhuis's user avatar
1 vote
0 answers
264 views

I'm using a custom cursor made from an SVG. Despite using the exact same hex code as the swatch below #FFE420, you can see the cursor is a different colour. Why is this the case and how can I fix it? ...
jx3's user avatar
  • 961
-1 votes
1 answer
202 views

I'll try to keep it short. We are working on a website (link below) and want to add a custom cursor effect we found (see the link below). We are making the website with the free element or version and ...
T. VOS's user avatar
  • 1
0 votes
0 answers
99 views

I am trying to build a custom cursor specifically using the Web Animations API in JavaScript. I've tried using both the mousemove event and requestAnimationFrame() to make this work. However, the ...
Abhijeet Singh's user avatar
1 vote
2 answers
912 views

I've made a custom cursor on my react app, but I would like to animate it when the user click. Like to decrease the size or something like that. The cursor is in a components that I've call on my ...
imnotremi's user avatar
1 vote
2 answers
185 views

I want to set custom cursor in my java swing app, and then edit it. I set a custom cusrsor after showing window (in "Window" class). Later in code (in the other class), I want to chainge it ...
Adamm's user avatar
  • 60
0 votes
1 answer
386 views

I have a custom cursor on my page, but it disappears when hovering into the screen. It will appear for a millisecond when moving the cursor from outside the window onto the body, then disappear. How ...
lasseunnke's user avatar
0 votes
1 answer
178 views

I already made a custom cursor, but the problem is when the nav{position: fixed} then the cursor goes into the background of the navbar. Even the same problem occurs with bootstrap-5 cards and as well ...
Mossaddak's user avatar
  • 421
1 vote
1 answer
963 views

I am trying to create a custom cursor on a website (a blurry yellow spot). I created a div in HTML for the custom cursor and styled it in CSS. I gave the 'cursor: none' property to the body tag to ...
Curious Programmer's user avatar
-1 votes
1 answer
92 views

This is the code of the svg I am using in scss as a cursor. It is a crosshair of vertical and horizontal lines, and they are currently opaque and barely visible. I need to get them to black with no ...
mdkb's user avatar
  • 442
0 votes
0 answers
189 views

I'm developing this Chrome Extension for Custom Cursors, I have the SVG path that I want to apply to the website's files that the user is using. What can I write in my JS code that can go through ...
CodeNKoffee's user avatar
0 votes
2 answers
286 views

I have made a custom cursor but it is not working properly over text(p, h1, button, span). Here is the code html: <!-- custom cursor --> <div class="cursor"></div> js: ...
the_developer's user avatar
0 votes
0 answers
548 views

I came across Jonathan's website and noticed that the circle, which is behind the cursor, tracks it slowly and distorts slightly when swiping faster (best to have a quick look at the website and move ...
JueK3y's user avatar
  • 337
0 votes
2 answers
426 views

Try to copy this CSS definition in body on this page: div{ cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAEr0lEQVRYR83YXWgcVRQH8P/Zze5km3YbMZ/...
AGamePlayer's user avatar
  • 7,830
0 votes
2 answers
2k views

I am trying to make my cursor be a PNG image that I have already preloaded in an art game I am designing on P5.js. I have tried so many things, but it still won't work! Can someone please let me know ...
Kira Finigan's user avatar
0 votes
1 answer
2k views

I set a cursor for my website and I used an .ico file. Though, it isn't showing at all. here's the css: html, body { cursor: url("images/39020_fPv_icon.ico"), url("images/39020.png&...
manouna's user avatar
  • 93
0 votes
1 answer
247 views

I'm currently developing my Website and I have Implemented a Custom Cursor with CSS and JS But the problem I'm facing is that the Custom Cursor is animated and it does animate on the first link but ...
Outdated DNZ's user avatar
0 votes
1 answer
62 views

I am dealing with something, that's supposed to be fairly easy, but have somehow turned out not to be. On my page, I am using bootstrap carousel, so when the hovers "previous" or "next" for image ...
Carina Thornval's user avatar
1 vote
0 answers
162 views

I'd like to customize the Google Model Viewer cursors, but haven't been able to do so using the CSS cursor property. I'm using the release version. I've tried both custom images and generated CSS ...
rachel1's user avatar
  • 111
0 votes
1 answer
2k views

I have a custom cursor that I implemented using some JS found on here. It work's perfectly - BUT, I need to turn it off on touch screens, otherwise it just sits on the screen as a big yellow dot. ...
Mr Toad's user avatar
  • 256
3 votes
1 answer
1k views

I'm trying to create a custom cursor in a Kivy app. I've looked at approaching it from the angle of tying the position of a Kivy widget to the cursor position. However, this method is extremely ...
py_physicist's user avatar
1 vote
1 answer
100 views

I am trying to make a game as a personal project and would like a custom cursor that has two states; normal and clicked. How can I create a separate class for that and use it in the class that creates ...
Hayden Smith's user avatar
0 votes
1 answer
147 views

This question is related to my previous question : How To create A Large Size Custom Cursor In Java? If you are curious about what is it used for, you can find a practical use case for an award ...
Frank's user avatar
  • 31.2k
2 votes
2 answers
1k views

I'm developing a Java Swing app for an award winning password protection system, and I need a large custom cursor [ 80 x 80 ], you might ask why so large, there is an online web demo you may look at ...
Frank's user avatar
  • 31.2k
0 votes
2 answers
1k views

I'm developing an innovative app to protect user passwords. It's an award winning system called GATE [ you can read about it on the following site if you are interested ], and I need to have a custom ...
Frank's user avatar
  • 31.2k
0 votes
1 answer
2k views

I am trying to create a custom cursor that changes when hovering over a <div>, but there is a flicker when moving left to right across it, but not when moving right to left. Why this is ...
li_'s user avatar
  • 124
2 votes
1 answer
764 views

I'm trying to get the hotspot of my custom cursor to the center of my .png image, but I can't seem to figure out how. My coding skills are quite poor at the moment, but I will try anything! public ...
Kielland's user avatar
0 votes
1 answer
757 views

I'm working a website where I need a custom cursor in place of default cursor I've created one and it is detecting the mouse movement but when I try to place it over hyperlinks nothing is happening. ...
Mr. Pyramid's user avatar
  • 3,933
1 vote
1 answer
90 views

I want to set a custom cursor (.cur file) for a specific cursor function (cursor:text) on a website. So that when the cursor hovers over text, instead of the I-bar default text cursor, it is my custom ...
Elaine Kane's user avatar
0 votes
0 answers
132 views

I'm using the old WebBrowser control in a winforms app (C#) to display some static html document. So far, I managed to display what I want, react in a custom way to link clicks, show custom rich ...
Dr. Tim dos Santos's user avatar
0 votes
2 answers
79 views

I'm trying to get the cursor to change when I hover over an element but I cannot seem to get it to work. My code so far: .more_scrolly{ cursor: url("images/cross.png"), auto!important; ...
Devon Stewart's user avatar
2 votes
1 answer
4k views

I created a .cur file with a simple cursor filled ellipse inside. I wish this Cursor to act like a "Brush Cursor" meaning that if I change thickness of the brush, the size of the Cursor will change (...
Idanis's user avatar
  • 2,008
1 vote
2 answers
2k views

My HTML document needs a custom cursor linked to an animated gif file. What is wrong with my cursor properties? <!doctype html> <html> <head> <style type="text/css"&...
Cody Taylor's user avatar
0 votes
1 answer
290 views

I redirect my application url from http to https . I am using custom cursor images for the cursor at some area in my application. Before redirecting http to https it was working fine , mean i am able ...
chintan bhut's user avatar
0 votes
1 answer
2k views

I want to change mouse cursor to custom cursor which i added to project Resource named IDC_MY_CURSOR. i want to change mouse pointer to my cursor whenever mouse is over CEdit control only. Any idea ...
Raja Ayaz's user avatar
  • 101
1 vote
0 answers
115 views

I am doing a WPF application, and I am trying to change the default mouse cursor to one I made. I have the .cur file and everything works perfectly until I show a pop-up window, the mouse reverts to ...
Mirimari's user avatar
  • 115
0 votes
2 answers
834 views

I want to set touchable for my image view and how i get position for image view of each line in list view ? public View newView(Context context, Cursor cursor, ViewGroup parent) { // when ...
Alex Keoh's user avatar
0 votes
1 answer
48 views

I am working on WinRT/XAML Windows Store application. I want to change the curson/pointer to change from dot to []. Later I want to give image to the cursor. How would I do that?
Hitesh's user avatar
  • 3
0 votes
1 answer
648 views

I was trying to create a custom cursor with a custom hotspot (i.e. tip location) in my wxPython application and had some difficulty finding good examples and explanations for how wxPython and ...
Kameron Kincade's user avatar
0 votes
2 answers
5k views

I want to add Custom set of cursor on my website. How can i add a set of Cursors in Website using css/html/js ? So , Default mouse pointer is different, when i hover hyperlink its diff,,.. n so on. I ...
Cruz Dusk's user avatar
0 votes
0 answers
373 views

Opera is known for not supporting cursor url in css. So I tried this: http://jsfiddle.net/zevH9/ $("div").css('cursor','url(http://w17.snunit.k12.il/images/big_arrow.png),auto'); and it won't work. ...
astx123's user avatar
  • 85
2 votes
1 answer
476 views

Is there a solid solution for supporting hi-dpi / Retina custom cursors? It seems there is no standard way to supply standard dpi and hi-dpi graphics for use in the cursor. Switching the cursor style ...
Undistraction's user avatar
0 votes
1 answer
299 views

I need help with following... I have listview with actionbar(with textview) and listview is populated with custom cursor adapter. I want to update textview on my actionbar on specific activity in ...
Losmi's user avatar
  • 41
1 vote
3 answers
4k views

I have a slideshow with navigation that is applied when he user hovers and clicks on the right hand side and the left hand side of the page. For some reason when I set the cursor to be pointer or w-...
user2498890's user avatar
  • 1,576
6 votes
0 answers
194 views

Is there any way to support high-resolution displays for Java custom cursors? The usual method seems to be using Toolkit: Toolkit.getDefaultToolkit().createCustomCursor(cursorImage, new Point(), "...
Alexis King's user avatar
  • 44.1k
5 votes
2 answers
2k views

I have data in an SQLite table in the following format: id|datetime|col1|col2 1|2013-10-30 23:59:59|aaa|aab 2|2013-10-30 23:59:59|abb|aba 3|2013-10-30 23:59:59|abb|aba 4|2013-10-31 23:59:59|abb|aba 5|...
syntagma's user avatar
  • 24.6k
59 votes
3 answers
58k views

I want to use a custom image for a cursor. This is fine, but from what I can see - the origin (tip of arrow) is by default at the top-left point of my image. How can I set the origin to be the ...
Danield's user avatar
  • 127k
2 votes
2 answers
156 views

I'm doing something wrong here, and will appreciate advice on correcting it. Using the cursor attribute in CSS, with an image url, works but I cannot seem to get it working with anything other than ...
Spot's user avatar
  • 8,173
18 votes
3 answers
23k views

How can I assign color to the mouse cursor in a web-page? Can anyone suggest me a way to do it using any of the technologies e.g. HTML, CSS, JavaScript?
Rajesh Paul's user avatar
  • 7,037