Forum Moderators: coopster

Message Too Old, No Replies

Php includes - Cursor problem on hover

Get 'busy' cursor before it turns into hand

         

hairycoo

12:25 pm on Jan 28, 2006 (gmt 0)

10+ Year Member



I'm using php includes for my 2-level navigation. I have all my 2nd level options in the same file and the appropriate links are loaded in each section through something like <? getNav("section2");?>

When I look at the page and place my cursor over the links I get the 'busy' cursor for a split second before the 'hand' appears. Anyone know how to fix this?

Birdman

4:02 pm on Jan 28, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It sounds to me like you have some javascript(or CSS) in your menu that is loading something on hover. Probably an image swap(rollover) effect.

Let's see one of the problem links?

hairycoo

7:09 pm on Jan 28, 2006 (gmt 0)

10+ Year Member



There is some CSS specifically for the hover part but no image, just background color and borders. It's almost as if the computer is 'thinking' which links to pull first from the subnav file which is silly because this is server side scripting.

Oh, the problem only appears in IE 6.0. Mozilla and Opera are fine with it.