From 2011.igem.org
(Difference between revisions)
|
|
(85 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | {{:Team:IIT_Madras/Template:test_bar}}
| |
| | | |
- | <html>
| |
- | <head>
| |
- | <!--<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"/></script>-->
| |
- | <script type="text/javascript">
| |
- | $.noConflict();
| |
- | ( function test( $ ) {
| |
- | alert();
| |
- | $("#block1").fadeIn();
| |
- | // Simple scope wrap, where $ is available as alias for jQuery.
| |
- | // Code here will be executed immediately
| |
- | } )( jQuery );
| |
- | </script>
| |
- | <style>
| |
- | #main_container{
| |
- | width:100%;
| |
- | }
| |
- | #block1{
| |
- | background:url('https://static.igem.org/mediawiki/2011/2/22/Block1.png') no-repeat;
| |
- | position:absolute;
| |
- | width:334px;
| |
- | height:175px;
| |
- | top:-33px;left:100px;
| |
- | display:none;
| |
- | }
| |
- | #block2{
| |
- | background:url('https://static.igem.org/mediawiki/2011/f/f0/Block2.png') no-repeat;
| |
- | position:absolute;
| |
- | width:524px;
| |
- | height:271px;
| |
- | top:-104px;left:452px;display:none;
| |
- |
| |
- | }
| |
- | #block3{
| |
- | background:url('https://static.igem.org/mediawiki/2011/b/b7/Block3.png') no-repeat;
| |
- | position:absolute;
| |
- | width:268px;
| |
- | height:165px;
| |
- | top:85px;left:630px;display:none;
| |
- |
| |
- | }
| |
- | #block4{
| |
- | background:url('https://static.igem.org/mediawiki/2011/0/06/Block4.png') no-repeat;
| |
- | position:absolute;
| |
- | width:391px;
| |
- | height:329px;
| |
- | top:150px;left:495px;display:none;
| |
- |
| |
- | }
| |
- | #block5{
| |
- | background:url('https://static.igem.org/mediawiki/2011/b/bb/Block5.png') no-repeat;
| |
- | position:absolute;
| |
- | width:414px;
| |
- | height:472px;
| |
- | top:26px;left:50px;display:none;
| |
- |
| |
- | }
| |
- | </style>
| |
- | </head>
| |
- |
| |
- | <body>
| |
- | <div id="main_container" align="center" style="position:relative; top:35px;" onclick='test()'>
| |
- | <img id="vector" src="https://static.igem.org/mediawiki/2011/a/a9/Plasmid.png" width="250px" height="250px" style="position:relative; top:30px;"/>
| |
- | <div id="block1"></div>
| |
- | <div id="block2"></div>
| |
- | <div id="block3"></div>
| |
- | <div id="block4"></div>
| |
- | <div id="block5"></div>
| |
- | </div>
| |
- | </body>
| |
- | </html>
| |
Latest revision as of 18:50, 5 October 2011