Team:GeorgiaState/Test
From 2011.igem.org
(Difference between revisions)
(8 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | |||
- | |||
__NOTOC__<html lang="en"> | __NOTOC__<html lang="en"> | ||
<head> | <head> | ||
Line 16: | Line 14: | ||
</style> | </style> | ||
+ | <style type="text/css"> | ||
+ | head { | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | color: #7F822B; | ||
+ | font: normal 0.6em sans-serif,Arial; | ||
+ | background-color: #7F822B; | ||
+ | background-image: url(); | ||
+ | background-repeat: repeat-x; | ||
+ | background-attachment: fixed; | ||
+ | background-position: center top; | ||
+ | width: 100%; | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | </style> | ||
<div class="jimgMenu"> | <div class="jimgMenu"> | ||
<ul> | <ul> | ||
Line 36: | Line 49: | ||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script> | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script> | ||
<script type="text/javascript" src="https://www.student.gsu.edu/~bmehta2/jquery-easing-1.3.pack.js"></script> | <script type="text/javascript" src="https://www.student.gsu.edu/~bmehta2/jquery-easing-1.3.pack.js"></script> | ||
+ | <script type="text/javascript" src="https://www.student.gsu.edu/~bmehta2/jquery-easing-compatibility.1.2.pack.js"></script> | ||
<script type="text/javascript" src="https://www.student.gsu.edu/~bmehta2/jquery.kwicks-1.5.1.pack.js"></script> | <script type="text/javascript" src="https://www.student.gsu.edu/~bmehta2/jquery.kwicks-1.5.1.pack.js"></script> | ||
Line 41: | Line 55: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | $().ready(function() { | + | $(document).ready(function() { |
$('.jimgMenu ul').kwicks({max: 310, duration: 300, easing: 'easeOutQuad', complete: 'callback'}); | $('.jimgMenu ul').kwicks({max: 310, duration: 300, easing: 'easeOutQuad', complete: 'callback'}); | ||
}); | }); | ||
</script> | </script> |
Latest revision as of 09:09, 7 July 2011