Template:Team:UC Davis/MutantWidget

From 2011.igem.org

(Difference between revisions)
Line 25: Line 25:
});
});
-
$.plot($("#mw_grapharea"), [ [[0, 0], [1, 1]] ], { yaxis: { max: 1 } });
+
$.plot($("#mw_grapharea"), [ [[0, 0], [1, 1]] ],  
 +
{  
 +
yaxis: { max: 1 },
 +
grid: { color:"rgba(225, 225, 225, 1)" },
 +
});
$('#mutantwidget td').click(
$('#mutantwidget td').click(
function() {
function() {
Line 65: Line 69:
height:250px;
height:250px;
position:absolute;
position:absolute;
-
background:rgb(255,255,255);
+
background:rgba(0,0,0,.6);
}
}
#mw_selectmenu {
#mw_selectmenu {

Revision as of 20:31, 21 September 2011