Team:Lyon-INSA/menu
From 2012.igem.org
(Difference between revisions)
(Created page with "{{Lyon-INSA/homeCss}} <html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="https://www.facebook.com/2008/fbml" > <!DOCTYPE html PUBLIC "-//W3C/...") |
|||
Line 9: | Line 9: | ||
$("#p-logo").find("img").attr("src","none"); | $("#p-logo").find("img").attr("src","none"); | ||
+ | $(".choixMenu").mouseover(function(){ | ||
+ | $(this).css("background-color", "#46B7FB"); | ||
+ | }); | ||
+ | $("#team").mouseout(function(){ | ||
+ | $(this).css("background-color", "#825FE9"); | ||
+ | }); | ||
+ | $("#project").mouseout(function(){ | ||
+ | $(this).css("background-color", "#F8CD56"); | ||
+ | }); | ||
+ | $("#sponsoring").mouseout(function(){ | ||
+ | $(this).css("background-color", "#F74F53"); | ||
+ | }); | ||
+ | $("#ourCity").mouseout(function(){ | ||
+ | $(this).css("background-color", "#75EF56"); | ||
+ | }); | ||
+ | $(".sousTitreMenu").mouseover(function(){ | ||
+ | $(this).css("font-size","25px"); | ||
+ | }); | ||
+ | $(".sousTitreMenu").mouseout(function(){ | ||
+ | $(this).css("font-size","15px"); | ||
+ | }); | ||
</script> | </script> | ||
<head> | <head> |
Revision as of 12:11, 18 August 2012