ilaria
01 May 2010, 01:21 PM
Hi I am using an jquery effect in my website. It makes the text move to the right when it changes the page. It works good in firefox and safari, only in internet explore it doesn't work do you know what is wrong?
The url is: http://katieduck.com/Courses/Improvisation Winter Course Dartington.html
this is the url i think: http://katieduck.com/Courses/Improvisation%20Winter%20Course%20Dartington.html
here is the code:
$(document).ready(function() {
$('#tabvanilla > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
$('#featuredvid > ul').tabs();
});
thank u,
Ilaria
The url is: http://katieduck.com/Courses/Improvisation Winter Course Dartington.html
this is the url i think: http://katieduck.com/Courses/Improvisation%20Winter%20Course%20Dartington.html
here is the code:
$(document).ready(function() {
$('#tabvanilla > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
$('#featuredvid > ul').tabs();
});
thank u,
Ilaria