Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/02/2013, 22:15
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 16 años, 10 meses
Puntos: 1567
Respuesta: Ocultar Div y enlaces que lo llaman

a mi me funciona
Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <title>titulo</title>
  5. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  6.  
  7. <script type="text/javascript">
  8. function showLightbox() {
  9.     document.getElementById('over').style.display='block';
  10.     document.getElementById('fade').style.display='block';
  11.     document.getElementById('mas').style.display='none';
  12.  
  13. }
  14. function hideLightbox() {
  15.     document.getElementById('over').style.display='none';
  16.     document.getElementById('fade').style.display='none';
  17.     document.getElementById('mas').style.display='block';
  18. }  
  19.  
  20. <style>.fadebox {
  21.     display: none;
  22.     position: absolute;
  23.     top: 0%;
  24.     left: 0%;
  25.     width: 100%;
  26.     height: 100%;
  27.     background-color: #000;
  28.     z-index:1001;
  29.     -moz-opacity: 0.8;
  30.     opacity:.80;
  31.     filter: alpha(opacity=80);
  32. }
  33. .overbox {
  34.     display: none;
  35.     /*position: absolute;
  36.     top: 25%;
  37.     left: 25%;
  38.     width: 50%;
  39.     height: 50%;*/
  40.     z-index:1002;
  41.    
  42. }
  43. .leerover{display:block;}
  44. #mas a{
  45.    
  46.     color:#EE8E22;
  47.     background-repeat:no-repeat;
  48.     height:20px;
  49.     width:80px;
  50.     float:left;
  51.     font-size:11px;
  52.     line-height:20px;
  53.     text-align:center;
  54.     margin-top:10px;
  55.     margin-bottom: 10px;
  56.     }
  57. #mas a:hover{
  58.     color: #D3620E;
  59.     background-repeat: no-repeat;
  60.     height: 20px;
  61.     width: 80px;
  62.     float: left;
  63.     line-height: 20px;
  64.     text-align: center;
  65.     margin-top: 10px;
  66.     font-size: 11px;
  67.     margin-bottom: 10px;
  68.     }
  69. #box {
  70.     background: #FFFFFF;
  71.     padding: -10px;
  72.     text-align: justify;
  73. }
  74. </head>
  75. <div id="mas" class="leerover"><a href="javascript:showLightbox();">Ver Más...</a></div>
  76.           <div id="over" class="overbox">
  77.          <div id="box"><a href="javascript:hideLightbox();">cerrar</a>
  78. <p>Hemos trabajado en 16 Países Latinoamericanos así como en la Unión Europea.</p></div>
  79. </body>
  80. </html>

Saludos
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.