BARRIQUE CELLAR

THE HALL OF THE AMPHORAE

THE CLASSIC METHOD

jQuery(document).ready(function(){ jQuery("#riga_bottaia").click(function(){ jQuery(".arrow").css('opacity', 0); jQuery("#riga_bottaia .arrow").css('opacity', 1); jQuery('.button-tenuta').hide(); jQuery('#foto_stanza').fadeOut(500, function() { jQuery('#foto_stanza').css('background-image', "url('https://museo.masselina.it/wp-content/uploads/2021/05/bottaia.jpg')"); jQuery('#foto_stanza').css('background-position', "bottom left"); }); jQuery('.button-tenuta a').attr('href', 'https://museo.masselina.it/la-bottaia/') jQuery('#foto_stanza').fadeIn(500, function() { jQuery('.button-tenuta').show(); }); }); jQuery("#riga_anfore").click(function(){ jQuery(".arrow").css('opacity', 0); jQuery("#riga_anfore .arrow").css('opacity', 1); jQuery('.button-tenuta').hide(); jQuery('#foto_stanza').fadeOut(500, function() { jQuery('#foto_stanza').css('background-image', "url('https://museo.masselina.it/wp-content/uploads/2021/05/sala_anfore.jpg')"); jQuery('#foto_stanza').css('background-position', "center left"); jQuery('.button-tenuta a').attr('href', 'https://museo.masselina.it/la-sala-delle-anfore/') }); jQuery('#foto_stanza').fadeIn(500, function() { jQuery('.button-tenuta').show(); }); }); jQuery("#riga_metodo").click(function(){ jQuery(".arrow").css('opacity', 0); jQuery("#riga_metodo .arrow").css('opacity', 1); jQuery('.button-tenuta').hide(); jQuery('#foto_stanza').fadeOut(500, function() { jQuery('#foto_stanza').css('background-image', "url('https://museo.masselina.it/wp-content/uploads/2021/05/metodo_classico.jpg')"); jQuery('#foto_stanza').css('background-position', "center right"); jQuery('.button-tenuta a').attr('href', 'https://museo.masselina.it/il-metodo-classico/') }); jQuery('#foto_stanza').fadeIn(500, function() { jQuery('.button-tenuta').show(); }); }); });