Team:Bilkent UNAM Turkey
From 2011.igem.org
(Difference between revisions)
m |
|||
Line 281: | Line 281: | ||
</div> | </div> | ||
</div> | </div> | ||
- | < | + | There is a problem with poping up if you see this note. <!-- dont delete this line, it is for the sake of poping up --> |
- | |||
- | |||
- | |||
- | |||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | |||
- | |||
var list=["TNT","Chlamydomonas reinhardtii"]; | var list=["TNT","Chlamydomonas reinhardtii"]; | ||
for(var i =0;i<list.length;i++){ | for(var i =0;i<list.length;i++){ | ||
Line 298: | Line 292: | ||
- | for(var i=0 ;i<list.length;i++) | + | var popdiv=" "; |
- | dropdowncontent.init(("searchlink"+i), "right-bottom", 500, "mouseover"); | + | for(var i =0;i<list.length;i++){ |
- | + | popdiv +="<DIV id=\"subcontent"+i+"\" style=\"position:absolute; visibility: hidden; border: 9px solid black; background-color: white; width: 300px; padding: 8px;\"></DIV>"; | |
- | //Call dropdowncontent.init("anchorID", "positionString", glideduration, "revealBehavior") at the end of the page: | + | } |
- | </script> | + | |
+ | |||
+ | $("div.slide_content").html($("div.slide_content").html().replace("There is a problem with poping up if you see this note.",popdiv ),function(){ | ||
+ | for(var i=0 ;i<list.length;i++) | ||
+ | dropdowncontent.init(("searchlink"+i), "right-bottom", 500, "mouseover"); | ||
+ | //Call dropdowncontent.init("anchorID", "positionString", glideduration, "revealBehavior") at the end of the page: | ||
+ | });</script> | ||
</html> | </html> |
Revision as of 11:02, 16 September 2011