Team:GeorgiaState/Test

From 2011.igem.org

(Difference between revisions)
 
(3 intermediate revisions not shown)
Line 1: Line 1:
__NOTOC__<html lang="en">  
__NOTOC__<html lang="en">  
<head>
<head>
-
<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.kwicks-1.5.1.pack.js"></script>
 
-
 
-
<link href="https://www.student.gsu.edu/~bmehta2/jimgMenukwicks.css" rel="stylesheet" type="text/css" />
 
-
 
-
<title>Tabbed content</title>
 
-
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1' />
 
-
 
-
<script type='text/javascript' src='https://student.gsu.edu/~bmehta2/jquery-1.2.6.js'></script>
 
-
 
-
<link href='https://student.gsu.edu/~bmehta2/iGEM/tab/tabbedContent.css' rel='stylesheet' type='text/css' />
 
-
<script src="https://student.gsu.edu/~bmehta2/iGEM/tab/tabbedContent.js" type="text/javascript"></script>
 
-
 
-
 
-
</head>
 
-
 
</style>
</style>
<style type="text/css">
<style type="text/css">
Line 31: 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 48: Line 46:
</script>
</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-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>
 +
 +
<link href="https://www.student.gsu.edu/~bmehta2/jimgMenukwicks.css" rel="stylesheet" type="text/css" />
<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>
-
 
-
<div class='tabbed_content'>
 
-
<div class='tabs'>
 
-
<div class='moving_bg'>
 
-
&nbsp;
 
-
</div>
 
-
<span class='tab_item'>
 
-
Tab one
 
-
</span>
 
-
<span class='tab_item'>
 
-
Tab two
 
-
</span>
 
-
<span class='tab_item'>
 
-
Tab three
 
-
</span>
 
-
<span class='tab_item'>
 
-
Tab four
 
-
</span>
 
-
</div>
 
-
 
-
<div class='slide_content'>
 
-
<div class='tabslider'>
 
-
 
-
<!-- content goes here -->
 
-
 
-
</div>
 
-
</div>
 
-
</div>
 
-
 
-
 
-
</body>
 
-
</html>
 

Latest revision as of 09:09, 7 July 2011