Team:UT Dallas/Notebook

From 2012.igem.org

(Difference between revisions)
Line 87: Line 87:
background-image:-ms-linear-gradient(right, #FFF 95%, #ddd 100%);*/
background-image:-ms-linear-gradient(right, #FFF 95%, #ddd 100%);*/
         background-image:url("https://static.igem.org/mediawiki/2012/b/bd/Even.png");
         background-image:url("https://static.igem.org/mediawiki/2012/b/bd/Even.png");
 +
}
 +
#book_contents
 +
{
 +
left: 110px;
 +
    position: relative;
}
}
</style>
</style>
Line 96: Line 101:
<table cellpadding="0" cellspacing="0" border="1">
<table cellpadding="0" cellspacing="0" border="1">
<tr>
<tr>
-
<td width="110px" valign="top">
+
<td width="110px" valign="top" style="overflow:hidden;">
<div id="book_contents">
<div id="book_contents">
-
<div class="july_weeks" style='margin-top: 10px;'>
+
<div class="july_weeks" style='margin-top: 15px;'>
<a class="week_link" onclick="getData('week1');return false;" href="#">Week 1 </a>
<a class="week_link" onclick="getData('week1');return false;" href="#">Week 1 </a>
<br><a class="week_link" onclick="getData('week2');return false;" href="#">Week 2 </a>
<br><a class="week_link" onclick="getData('week2');return false;" href="#">Week 2 </a>
Line 186: Line 191:
left: '0px'
left: '0px'
  }, 500, function() {
  }, 500, function() {
-
$('#book_contents').html($('#book_cover').html());
+
//anim complete
-
$('#book_cover').html("");
+
  });
  });
}
}
Line 195: Line 199:
left: '-265px'
left: '-265px'
  }, 500, function() {
  }, 500, function() {
-
$('#book_cover').html($('#book_contents').html());
+
//anim complete
-
$('#book_contents').html("");
+
  });
  });
});
});
Line 203: Line 206:
left: '-265px'
left: '-265px'
  }, 500, function() {
  }, 500, function() {
-
$('#book_cover').html($('#book_contents').html());
+
//anim complete
-
$('#book_contents').html();
+
  });
  });
});
});

Revision as of 07:15, 28 September 2012