Team:UFAM Brazil/Background
From 2014.igem.org
(Difference between revisions)
Manickchand (Talk | contribs) |
Manickchand (Talk | contribs) |
||
Line 7: | Line 7: | ||
<style> | <style> | ||
+ | a.tooltip{ | ||
+ | position:relative; | ||
+ | font-size:12px; | ||
+ | color:#039; | ||
+ | text-decoration:none; | ||
+ | cursor:help; | ||
+ | } | ||
- | . | + | a.tooltip:hover{ |
- | + | background:transparent; | |
- | + | color:#f00; | |
- | + | z-index:25; | |
- | display: none; | + | |
- | + | } | |
- | padding: | + | a.tooltip span{display: none |
- | + | } | |
- | } | + | |
+ | a.tooltip:hover span{ | ||
+ | display:block; | ||
+ | position:absolute; | ||
+ | width:210px; | ||
+ | top:20px; | ||
+ | left:0; | ||
+ | font-size: 12px; | ||
+ | padding:5px; | ||
+ | border:1px solid #999; | ||
+ | background:#e0ffff; | ||
+ | color:#000; | ||
+ | } | ||
</style> | </style> | ||
Line 22: | Line 41: | ||
</head> | </head> | ||
<body> | <body> | ||
- | |||
<table class="mainTable"> | <table class="mainTable"> | ||
Line 29: | Line 47: | ||
<tr><td colspan="3" align="justify"> | <tr><td colspan="3" align="justify"> | ||
- | <p>Passe o mouse <a href="" onMouseOver="mostraLayer('v1');" onMouseOut="escondeLayer('v1');">Aqui</a> In the Amazon, mercury is considered one of the region main contaminants because is utilized in mines, being part of the gold amalgamation | + | <p>Passe o mouse <a href="" onMouseOver="mostraLayer('v1');" onMouseOut="escondeLayer('v1');">Aqui</a> In the Amazon, mercury is considered one of the region main contaminants because is utilized in mines, being part of the gold amalgamation <a href="#" class="tooltip"><em><strong>Tooltips</em></strong> |
+ | <span>Exemplo de utilização de tooltips.</span></a> (Au-Hg) process. Where a quantity of metallic mercury (Hg0) is released upon rivers and soils by the handling in insecure situations , and through the outdoor burning process, where there is a release of the element's vapor to the atmosphere, practices that cause the aquatic ecosystem contamination.</p> | ||
</td></tr> | </td></tr> | ||
Revision as of 18:35, 10 October 2014
Background | ||
Passe o mouse Aqui In the Amazon, mercury is considered one of the region main contaminants because is utilized in mines, being part of the gold amalgamation Tooltips Exemplo de utilização de tooltips. (Au-Hg) process. Where a quantity of metallic mercury (Hg0) is released upon rivers and soils by the handling in insecure situations , and through the outdoor burning process, where there is a release of the element's vapor to the atmosphere, practices that cause the aquatic ecosystem contamination. |