Team:UT Dallas/Notebook

From 2012.igem.org

(Difference between revisions)
Line 26: Line 26:
height:540px;
height:540px;
         margin-top: 5px;
         margin-top: 5px;
-
         left: -155px;
+
         left: -165px;
}
}
#boook #lab_notebook{color:#000000;}
#boook #lab_notebook{color:#000000;}
Line 162: Line 162:
{
{
  $('#book').animate({
  $('#book').animate({
-
left: '112px'
+
left: '0px'
  }, 500, function() {
  }, 500, function() {
// Animation complete.
// Animation complete.
Line 170: Line 170:
$("#book").bind("first", function(event) {
$("#book").bind("first", function(event) {
$('#book').animate({
$('#book').animate({
-
left: '-155px'
+
left: '-265px'
  }, 500, function() {
  }, 500, function() {
// Animation complete.
// Animation complete.
Line 177: Line 177:
$("#book").bind("last", function(event) {
$("#book").bind("last", function(event) {
$('#book').animate({
$('#book').animate({
-
left: '-155px'
+
left: '-265px'
  }, 500, function() {
  }, 500, function() {
// Animation complete.
// Animation complete.

Revision as of 06:09, 28 September 2012