I.E. Strange Cursor Behaviour

Hey guys,

http://www.pembrokechiro.co.uk/Jake%20Guy/index.html

Am designing this site and have used one of the excellent css menus from www.stunichols.com but I am experiencing some very odd cursor behaviour in IE. I have altered the CSS menu (flyout.css) to suit the look and feel of my site and one of the things I added in was cursor:pointer because I wanted a pointer rather than an arrow.

Anyway this works fine on all of the other browsers but on IE when you newly the refresh the page its ok but after hovering over the flyout menu for a few seconds, it starts to battle with itself to try and turn the cursor back into an arrow. Any ideas?

Also while I’m here, does anyone know how to replace the cursor altogether with an image of your own?

thanks

Will

  1. cursors look fine for in IE (8,7,6)

  2. it seems you should be applying cursor:pointer to the links, not to the <ul> containing the links… (unless I’m missing something…)