Difference between revisions of "Template:HokkaidoU Japan/js"

Line 5: Line 5:
 
$("#tab1").hover(
 
$("#tab1").hover(
 
function () {
 
function () {
$("#tab1 p").attr({"style":"background-color:#EBE601"});
+
$("#tab1 p").attr({"style":"background-color:#88E43C"});
 
$("#video1").show();
 
$("#video1").show();
 
$("#video2").hide();
 
$("#video2").hide();
Line 35: Line 35:
 
},
 
},
 
function () {
 
function () {
$("#tab3 p").attr({"style":"background-color:#84E4FD"});
+
$("#tab3 p").attr({"style":"background-color:#FFFC8A"});
 
}
 
}
 
);
 
);

Revision as of 10:48, 17 September 2015