Contact Jan Thomas Consulting

May 31, 2007

Firefox cursor is an insertion caret on Popup Menus

Filed under: Programming Techniques — jan @ 2:17 am

When I created a popup menu in Fireworks and Dreamweaver the popup menu in Firefox has an insertion caret. Here’s a way to fix this:

Add a line in the javascript MM_showMenu
document.body.style.cursor = ‘pointer’;

At the end of the function add another line:
document.body.style.cursor = ‘default’;

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

© 2011 JanBThomas Last Updated January 2011. Privacy Policy

Powered by WordPress