Difference between revisions of "Template:Nymu-menu"

Line 2: Line 2:
 
<html>
 
<html>
  
 
 
 
<script>
 
 
 
$("#cssmenu.align-center li").click(function(){
 
 
 
    $("#cssmenu.align-center li").removeClass("active");
 
    $(this).addClass("active");
 
   
 
});
 
 
 
 
 
</script>
 
  
  
Line 25: Line 8:
 
<!-- Start of CSS-->
 
<!-- Start of CSS-->
 
<style type="text/css">
 
<style type="text/css">
 
 
 
.align-center li.active
 
{
 
    border-bottom-style: solid;
 
    border-color: #0000ff;
 
}
 
 
 
 
 
  
  
Line 258: Line 229:
 
}
 
}
  
 
+
body#home a#homenav,
 +
body#products a#prodnav,
 +
body#faq a#faqnav,
 +
body#contact a#connav {
 +
color: #fff;
 +
background: #930;
 +
}
 
</style>
 
</style>
  

Revision as of 18:01, 28 August 2015