Difference between revisions of "Team:Exeter"

Line 588: Line 588:
 
<!--Counter and topnav ends-->
 
<!--Counter and topnav ends-->
 
<!--Content begins-->
 
<!--Content begins-->
<script>
 
$(document).ready(function(){
 
//Hides links when clicking on rest of page//
 
//Toggle for picture links//
 
$('.div_m.parts').mouseenter(function () {
 
$('.div_overlay.parts').fadeIn( "fast", "linear" );
 
event.stopPropagation();
 
    });
 
$('.div_m.parts').mouseleave(function () {
 
$('.div_overlay.parts').fadeOut( "fast", "linear" );
 
event.stopPropagation();
 
    });
 
$('.div_m.team').mouseenter(function () {
 
$('.div_overlay.team').fadeIn( "fast", "linear" );
 
event.stopPropagation();
 
    });
 
$('.div_m.team').mouseleave(function () {
 
$('.div_overlay.team').fadeOut( "fast", "linear" );
 
event.stopPropagation();
 
    });
 
$('.div_m.project').mouseenter(function () {
 
$('.div_overlay.project').fadeIn( "fast", "linear" );
 
event.stopPropagation();
 
    });
 
$('.div_m.project').mouseleave(function () {
 
$('.div_overlay.project').fadeOut( "fast", "linear" );
 
event.stopPropagation();
 
    });
 
$('.div_m.modelling').mouseenter(function () {
 
$('.div_overlay.modelling').fadeIn( "fast", "linear" );
 
event.stopPropagation();
 
    });
 
$('.div_m.modelling').mouseleave(function () {
 
$('.div_overlay.modelling').fadeOut( "fast", "linear" );
 
event.stopPropagation();
 
    });
 
$('.div_m.humanpractices').mouseenter(function () {
 
$('.div_overlay.humanpractices').fadeIn( "fast", "linear" );
 
event.stopPropagation();
 
    });
 
$('.div_m.humanpractices').mouseleave(function () {
 
$('.div_overlay.humanpractices').fadeOut( "fast", "linear" );
 
event.stopPropagation();
 
    });
 
});
 
</script>
 
 
<div class="div_vl backgroundimage">
 
<div class="div_vl backgroundimage">
 
<div style="height:14vh;">
 
<div style="height:14vh;">

Revision as of 23:00, 17 October 2016