moondance
09-18-2003, 12:07 PM
i've made a simple 5 frame animated cursor, and set it as follows:
.info { FONT-SIZE: 1px; WIDTH: 14px; cursor: url(graphics/cursor1.ani), help; POSITION: absolute; HEIGHT: 14px;
}
and it works fine, but only for 5 clicks, say i click on 5 links, i'll have the animated cursor for 5 links, then back to the help cursor.
Anyone had similar problems or know of a work-around?
ta.
edit:
i just realised that if i use any other of the default cursors instead of the animated one, it works perfectly every time no matter how long i click on links. Is there a limit to the size of the cursor (kb)?
.info { FONT-SIZE: 1px; WIDTH: 14px; cursor: url(graphics/cursor1.ani), help; POSITION: absolute; HEIGHT: 14px;
}
and it works fine, but only for 5 clicks, say i click on 5 links, i'll have the animated cursor for 5 links, then back to the help cursor.
Anyone had similar problems or know of a work-around?
ta.
edit:
i just realised that if i use any other of the default cursors instead of the animated one, it works perfectly every time no matter how long i click on links. Is there a limit to the size of the cursor (kb)?