I put some jquery in my website that makes the text move to the right when the page changes. It works in Firefox and Safari but it doesn t work in Internet Explorer. My url to my website: http://katieduck.com/Courses/Improvisation%20Winter%20Course%20Dartington.html Here is the code that is not working:
$(document).ready(function() {
$( #tabvanilla > ul ).tabs({ fx: { height: toggle , opacity: toggle } });
$( #featuredvid > ul ).tabs();
});
也许你可以发现什么是错的。
Hi Do you know which css problem I have exactly? Where is the jquery easing I cannot find it on that page: http://katieduck.com/Courses/Improvisation%20Winter%20Course%20Dartington.html
感谢u
ILaria