Template:Team:UC Davis/MutantWidget
From 2011.igem.org
(Difference between revisions)
Line 252: | Line 252: | ||
$('#mutantwidget span').hide(); | $('#mutantwidget span').hide(); | ||
$('#mutantwidget .sequence').appendTo($('#mw_sequencearea')); | $('#mutantwidget .sequence').appendTo($('#mw_sequencearea')); | ||
- | $('#mutantwidget').append("<div class='yaxis'>Relative | + | $('#mutantwidget').append("<div class='yaxis'>Relative Fluorescence</div>"); |
+ | $('#mutantwidget').append("<div class='xaxis'>Arabinose (wt%)y</div>"); | ||
$('#mw_selectmenu td').mouseover(function() | $('#mw_selectmenu td').mouseover(function() | ||
Line 1,068: | Line 1,069: | ||
left:-33px; | left:-33px; | ||
position:absolute; | position:absolute; | ||
+ | } | ||
+ | |||
+ | .xaxis { | ||
+ | bottom:15px; | ||
+ | position:absolute; | ||
+ | left:350px; | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 09:23, 28 September 2011