Difference between revisions of "Template:Team:Aachen/Footer"

Line 128: Line 128:
 
<!--remove h1 padding-top on mouseover-->
 
<!--remove h1 padding-top on mouseover-->
 
<script>
 
<script>
$("h1").on("mouseenter",funtion() {
+
$(".mw-headline").on("mouseenter",funtion() {
 +
 
 
   $(this).css("padding-top", "0px");
 
   $(this).css("padding-top", "0px");
 +
 
   }).on("mouseleave", function () {
 
   }).on("mouseleave", function () {
 +
 
   $(this).css("padding-top", "85px");
 
   $(this).css("padding-top", "85px");
 +
 
});
 
});
 
</script>
 
</script>

Revision as of 10:23, 18 September 2015