Seems hand cursor is not suported in firefox

Supported.

use both below ..
#myclass {
cursor:pointer; // for firefox
cursor:hand; //for IE
}