Difference between revisions of "Template:Manchester/CSS1"

Line 12: Line 12:
 
$(".se-pre-con").fadeOut("slow");
 
$(".se-pre-con").fadeOut("slow");
 
});
 
});
 +
 +
</script>
 +
 +
<script>
 +
 +
    if($(window).width() > 700){
 +
        setTimeout(function(){
 +
$(".se-pre-con").fadeOut("slow");
 +
        },10000)
 +
    }
 +
  
 
</script>
 
</script>

Revision as of 14:28, 24 November 2016