Difference between revisions of "Team:Lambert GA/Template"

Line 1: Line 1:
 
<html>
 
<html>
 
<head>
 
<head>
 +
 +
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
 +
<script>
 +
$(document).ready(function(){
 +
    $(".dropdown").hover(function(){
 +
        $(".dropdown").fadeIn(3000);
 +
    });
 +
});
 +
</script>
 +
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<meta http-equiv="X-UA-Compatible" content="IE=edge">
 
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Line 189: Line 199:
  
 
<html>
 
<html>
 
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
 
<script>
 
$(document).ready(function(){
 
    $(".dropdown").hover(function(){
 
        $(".dropdown").fadeIn(3000);
 
    });
 
});
 
</script>
 
  
 
<style>
 
<style>

Revision as of 12:42, 23 May 2018