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

Recommended Answers

All 2 Replies

The link is broken. Also, sorry... I am not familiar with JQuery because I don't use it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.