I have a jquery slider that is not cross browser compatible. It works in all browsers except FireFox. From reading other forums it says that FireFox needs to read document.getElementByID to properly read the javascritp.
Does anyone know a way I can rewrite this code to still make the slider work but make it function in all browsers?
<script type="text/jscript">
$(document).ready(function(){
$("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
});
</script>
View page here: http://www.flyteusa.com/flyteusa/index1.php