Team:UFAM Brazil/Background

From 2014.igem.org

(Difference between revisions)
Line 7: Line 7:
<style>
<style>
 +
a.tooltip{
 +
  position:relative;
 +
  font-size:12px;
 +
  color:#039;
 +
  text-decoration:none;
 +
  cursor:help;
 +
  }
-
.caixa {
+
  a.tooltip:hover{
-
border: solid 2px #696969;
+
  background:transparent;
-
width: 40%;
+
  color:#f00;
-
height: 45%;
+
  z-index:25;  
-
display: none;
+
 
-
background-color: #EBEBEB;
+
  }
-
padding: 10px;
+
  a.tooltip span{display: none
-
position:absolute;
+
  }
-
}
+
 
 +
  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>
-
<div id="v1" name="nm_divLayer" class="caixa">mouse passado =)</div>
 
<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   (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>
+
<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.