So here is the issue - I have a sliding navigation of a portfolio section. It works wonders in FF but breaks in IE. In IE 7 it will slide once, then no more. In IE 6 it won't slide at all. Any suggestions.
$(document).ready(function(){
$(function() {
$('a.nav').click(function() {
$('#scrollingPort').switchClass($('#scrollingPort').attr('class'),$(this).attr('rel'), 1000);
return false;
});
});
});
==
Greg

New Topic/Question
Reply



MultiQuote


|