effect doesn't run in firefox
Hi everybody,
i'm doing, like usual, an amazing job of outstanding webdesign

, suddenly i told my self.. let's try this piece of art in Firefox..

doh!!
doesn't work!!! ( in safari and chrome it's ok... i don't have it, but i bet that in IE doesn't work too! )
I've made some tabs that are addressed to show some content when clicked; here is the script i've made:
- $(document).ready(function () {
-
- $('#zona1 .sez.active').fadeIn(0);
- $('#schede li span.centro').click(function(){
-
- var sezione = $(this).attr('id')
-
- if (this.id != 'active') {
-
- $('#schede li span.active').removeClass('active').parent().removeClass('active');
- $(this).addClass('active');
- $(this).siblings().addClass('active');
- $(this).parent().addClass('active');
- $('#zona1 .sez.active').fadeOut(400, entrata).removeClass('active');
- function entrata (){
- $(sezione).fadeIn(300).addClass('active')
- };
- };
- });
- });
if you want (i'll be very grateful) to have a look to the code and the page just click:
800.omnigrafica.it/storia.html
thank you in advice.
kindly your's
theApprentice