Fadeout function and IE

$(#class).fadeout(function){

my code here

}

except i use hide or show function.this works well in firefox

is there anyway to fix browser compatibility for certain functions that works in some browsers and particular version of it and not in others?