PDA

View Full Version : jquery



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

Corrosive
03 May 2010, 03:38 AM
This might be a better place to ask your question; http://forum.jquery.com/ These guys eat, sleep and breathe jquery.